Uses of Interface
io.grpc.internal.Stream
-
Packages that use Stream Package Description io.grpc.inprocess The in-process transport which is for when a server is in the same process as the client.io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.netty The main transport implementation based on Netty, for both the client and the server.io.grpc.servlet API that implements gRPC server as a servlet.io.grpc.servlet.jakarta API that implements gRPC server as a servlet. -
-
Uses of Stream in io.grpc.inprocess
Classes in io.grpc.inprocess that implement Stream Modifier and Type Class Description private classInProcessTransport.InProcessStream.InProcessClientStreamprivate classInProcessTransport.InProcessStream.InProcessServerStream -
Uses of Stream in io.grpc.internal
Subinterfaces of Stream in io.grpc.internal Modifier and Type Interface Description interfaceClientStreamExtension ofStreamto support client-side termination semantics.interfaceServerStreamExtension ofStreamto support server-side termination semantics.Classes in io.grpc.internal that implement Stream Modifier and Type Class Description classAbstractClientStreamThe abstract base class forClientStreamimplementations.classAbstractServerStreamAbstract base class forServerStreamimplementations.classAbstractStreamThe stream and stream state as used by the application.private classDelayedClientTransport.PendingStream(package private) classDelayedStreamA stream that queues requests before the transport is available, and delegates to a real stream implementation when the transport is available.classFailingClientStreamAn implementation ofClientStreamthat fails (by callingClientStreamListener.closed(io.grpc.Status, io.grpc.internal.ClientStreamListener.RpcProgress, io.grpc.Metadata)) when started, and silently does nothing for the other operations.(package private) classForwardingClientStreamclassNoopClientStreamAn implementation ofClientStreamthat silently does nothing for the operations.(package private) classRetriableStream<ReqT>A logicalClientStreamthat is retriable. -
Uses of Stream in io.grpc.netty
Classes in io.grpc.netty that implement Stream Modifier and Type Class Description (package private) classNettyClientStreamClient stream for a Netty transport.(package private) classNettyServerStreamServer stream for a Netty HTTP2 transport. -
Uses of Stream in io.grpc.servlet
Classes in io.grpc.servlet that implement Stream Modifier and Type Class Description (package private) classServletServerStream -
Uses of Stream in io.grpc.servlet.jakarta
Classes in io.grpc.servlet.jakarta that implement Stream Modifier and Type Class Description (package private) classServletServerStream
-