Uses of Class
io.grpc.internal.ClientStreamListener.RpcProgress
-
Packages that use ClientStreamListener.RpcProgress Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of ClientStreamListener.RpcProgress in io.grpc.internal
Fields in io.grpc.internal declared as ClientStreamListener.RpcProgress Modifier and Type Field Description private ClientStreamListener.RpcProgress
RetriableStream.SavedCloseMasterListenerReason. progress
private ClientStreamListener.RpcProgress
FailingClientStream. rpcProgress
private ClientStreamListener.RpcProgress
FailingClientTransport. rpcProgress
Methods in io.grpc.internal that return ClientStreamListener.RpcProgress Modifier and Type Method Description static ClientStreamListener.RpcProgress
ClientStreamListener.RpcProgress. valueOf(java.lang.String name)
Returns 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.RpcProgress Modifier and Type Method Description void
ClientCallImpl.ClientStreamListenerImpl. closed(Status status, ClientStreamListener.RpcProgress rpcProgress, Metadata trailers)
void
ClientStreamListener. closed(Status status, ClientStreamListener.RpcProgress rpcProgress, Metadata trailers)
Called when the stream is fully closed.void
DelayedStream.DelayedStreamListener. closed(Status status, ClientStreamListener.RpcProgress rpcProgress, Metadata trailers)
void
ForwardingClientStreamListener. closed(Status status, ClientStreamListener.RpcProgress rpcProgress, Metadata trailers)
void
RetriableStream.Sublistener. closed(Status status, ClientStreamListener.RpcProgress rpcProgress, Metadata trailers)
private void
ClientCallImpl.ClientStreamListenerImpl. closedInternal(Status status, ClientStreamListener.RpcProgress rpcProgress, Metadata trailers)
private void
AbstractClientStream.TransportState. closeListener(Status status, ClientStreamListener.RpcProgress rpcProgress, Metadata trailers)
Closes the listener if not previously closed.private void
RetriableStream. safeCloseMasterListener(Status status, ClientStreamListener.RpcProgress progress, Metadata metadata)
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.RpcProgress Constructor Description FailingClientStream(Status error, ClientStreamListener.RpcProgress rpcProgress, ClientStreamTracer[] tracers)
Creates aFailingClientStream
that would fail with the given error.FailingClientTransport(Status error, ClientStreamListener.RpcProgress rpcProgress)
SavedCloseMasterListenerReason(Status status, ClientStreamListener.RpcProgress progress, Metadata metadata)
-