Uses of Enum Class
io.grpc.internal.ClientStreamListener.RpcProgress
Packages that use ClientStreamListener.RpcProgress
-
Uses of ClientStreamListener.RpcProgress in io.grpc.internal
Methods in io.grpc.internal that return ClientStreamListener.RpcProgressModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ClientStreamListener.RpcProgress[]
ClientStreamListener.RpcProgress.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.grpc.internal with parameters of type ClientStreamListener.RpcProgressModifier and TypeMethodDescriptionvoid
ClientStreamListener.closed
(Status status, ClientStreamListener.RpcProgress rpcProgress, Metadata trailers) Called when the stream is fully closed.final void
AbstractClientStream.TransportState.transportReportStatus
(Status status, ClientStreamListener.RpcProgress rpcProgress, boolean stopDelivery, Metadata trailers) Report stream closure with status to the application layer if not already reported.Constructors in io.grpc.internal with parameters of type ClientStreamListener.RpcProgressModifierConstructorDescriptionFailingClientStream
(Status error, ClientStreamListener.RpcProgress rpcProgress, ClientStreamTracer[] tracers) Creates aFailingClientStream
that would fail with the given error.