Uses of Class
io.grpc.PartialForwardingClientCall
-
Packages that use PartialForwardingClientCall Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.stub API for the Stub layer. -
-
Uses of PartialForwardingClientCall in io.grpc
Subclasses of PartialForwardingClientCall in io.grpc Modifier and Type Class Description static class
ClientInterceptors.CheckedForwardingClientCall<ReqT,RespT>
AForwardingClientCall
that delivers exceptions from its start logic to the call listener.class
ForwardingClientCall<ReqT,RespT>
AClientCall
which forwards all of its methods to anotherClientCall
.static class
ForwardingClientCall.SimpleForwardingClientCall<ReqT,RespT>
A simplified version ofForwardingClientCall
where subclasses can pass in aClientCall
as the delegate. -
Uses of PartialForwardingClientCall in io.grpc.internal
Subclasses of PartialForwardingClientCall in io.grpc.internal Modifier and Type Class Description (package private) static class
ManagedChannelImpl.ConfigSelectingClientCall<ReqT,RespT>
A client call for a given channel that applies a given config selector when it starts. -
Uses of PartialForwardingClientCall in io.grpc.stub
Subclasses of PartialForwardingClientCall in io.grpc.stub Modifier and Type Class Description private class
MetadataUtils.HeaderAttachingClientInterceptor.HeaderAttachingClientCall<ReqT,RespT>
private class
MetadataUtils.MetadataCapturingClientInterceptor.MetadataCapturingClientCall<ReqT,RespT>
-