Uses of Interface
io.grpc.internal.Stream
Packages that use Stream
-
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.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.class
An implementation ofClientStream
that silently does nothing for the operations.