Uses of Enum
io.grpc.internal.ClientStreamListener.RpcProgress
Packages that use ClientStreamListener.RpcProgress
-
Uses of ClientStreamListener.RpcProgress in io.grpc.internal
Fields in io.grpc.internal declared as ClientStreamListener.RpcProgressModifier and TypeFieldDescriptionprivate final ClientStreamListener.RpcProgressRetriableStream.SavedCloseMasterListenerReason.progressprivate final ClientStreamListener.RpcProgressFailingClientStream.rpcProgressprivate final ClientStreamListener.RpcProgressFailingClientTransport.rpcProgressMethods in io.grpc.internal that return ClientStreamListener.RpcProgressModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ClientStreamListener.RpcProgress[]ClientStreamListener.RpcProgress.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.internal with parameters of type ClientStreamListener.RpcProgressModifier and TypeMethodDescriptionvoidClientCallImpl.ClientStreamListenerImpl.closed(Status status, ClientStreamListener.RpcProgress rpcProgress, Metadata trailers) voidClientStreamListener.closed(Status status, ClientStreamListener.RpcProgress rpcProgress, Metadata trailers) Called when the stream is fully closed.voidDelayedStream.DelayedStreamListener.closed(Status status, ClientStreamListener.RpcProgress rpcProgress, Metadata trailers) voidForwardingClientStreamListener.closed(Status status, ClientStreamListener.RpcProgress rpcProgress, Metadata trailers) voidRetriableStream.Sublistener.closed(Status status, ClientStreamListener.RpcProgress rpcProgress, Metadata trailers) private voidClientCallImpl.ClientStreamListenerImpl.closedInternal(Status status, ClientStreamListener.RpcProgress rpcProgress, Metadata trailers) private voidAbstractClientStream.TransportState.closeListener(Status status, ClientStreamListener.RpcProgress rpcProgress, Metadata trailers) Closes the listener if not previously closed.private voidRetriableStream.safeCloseMasterListener(Status status, ClientStreamListener.RpcProgress progress, Metadata metadata) final voidAbstractClientStream.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 aFailingClientStreamthat would fail with the given error.(package private)FailingClientTransport(Status error, ClientStreamListener.RpcProgress rpcProgress) (package private)SavedCloseMasterListenerReason(Status status, ClientStreamListener.RpcProgress progress, Metadata metadata)