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 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.final classAn implementation ofClientStreamthat fails (by callingClientStreamListener.closed(Status, ClientStreamListener.RpcProgress, Metadata)) when started, and silently does nothing for the other operations.classAn implementation ofClientStreamthat silently does nothing for the operations.