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 class
private class
-
Uses of Stream in io.grpc.internal
Subinterfaces of Stream in io.grpc.internalModifier and TypeInterfaceDescriptioninterface
Extension ofStream
to support client-side termination semantics.interface
Extension ofStream
to support server-side termination semantics.Classes in io.grpc.internal that implement StreamModifier and TypeClassDescriptionclass
The abstract base class forClientStream
implementations.class
Abstract base class forServerStream
implementations.class
The stream and stream state as used by the application.private class
(package private) class
A stream that queues requests before the transport is available, and delegates to a real stream implementation when the transport is available.final class
An implementation ofClientStream
that 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) class
class
An implementation ofClientStream
that silently does nothing for the operations.(package private) class
RetriableStream<ReqT>
A logicalClientStream
that is retriable. -
Uses of Stream in io.grpc.netty
Classes in io.grpc.netty that implement StreamModifier and TypeClassDescription(package private) class
Client stream for a Netty transport.(package private) class
Server 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