Uses of Interface
io.grpc.internal.Stream
Packages that use Stream
Package
Description
The in-process transport which is for when a server is in the same process as the client.
Interfaces and implementations that are internal to gRPC.
The main transport implementation based on Netty,
for both the client and the server.
API that implements gRPC server as a servlet.
API that implements gRPC server as a servlet.
-
Uses of Stream in io.grpc.inprocess
Classes in io.grpc.inprocess that implement StreamModifier and TypeClassDescriptionprivate classprivate class -
Uses of Stream in io.grpc.internal
Subinterfaces of Stream in io.grpc.internalModifier and TypeInterfaceDescriptioninterfaceExtension ofStreamto support client-side termination semantics.interfaceExtension ofStreamto support server-side termination semantics.Classes in io.grpc.internal that implement StreamModifier and TypeClassDescriptionclassThe abstract base class forClientStreamimplementations.classAbstract base class forServerStreamimplementations.classThe stream and stream state as used by the application.private class(package private) classA stream that queues requests before the transport is available, and delegates to a real stream implementation when the transport is available.final classAn 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) classclassAn 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 StreamModifier and TypeClassDescription(package private) classClient stream for a Netty transport.(package private) classServer stream for a Netty HTTP2 transport. -
Uses of Stream in io.grpc.servlet
Classes in io.grpc.servlet that implement Stream -
Uses of Stream in io.grpc.servlet.jakarta
Classes in io.grpc.servlet.jakarta that implement Stream