Uses of Class
io.grpc.PartialForwardingClientCall
Packages that use PartialForwardingClientCall
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
API for the Stub layer.
-
Uses of PartialForwardingClientCall in io.grpc
Subclasses of PartialForwardingClientCall in io.grpcModifier and TypeClassDescriptionstatic 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.internalModifier and TypeClassDescription(package private) static final 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.stubModifier and TypeClassDescriptionprivate final class
private final class