Uses of Class
io.grpc.ForwardingClientCall
Packages that use ForwardingClientCall
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
API for the Stub layer.
-
Uses of ForwardingClientCall in io.grpc
Subclasses of ForwardingClientCall in io.grpcModifier and TypeClassDescriptionstatic class
ClientInterceptors.CheckedForwardingClientCall<ReqT,
RespT> AForwardingClientCall
that delivers exceptions from its start logic to the call listener.static class
ForwardingClientCall.SimpleForwardingClientCall<ReqT,
RespT> A simplified version ofForwardingClientCall
where subclasses can pass in aClientCall
as the delegate. -
Uses of ForwardingClientCall in io.grpc.internal
Subclasses of ForwardingClientCall 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 ForwardingClientCall in io.grpc.stub
Subclasses of ForwardingClientCall in io.grpc.stubModifier and TypeClassDescriptionprivate final class
private final class