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 classClientInterceptors.CheckedForwardingClientCall<ReqT,RespT> AForwardingClientCallthat delivers exceptions from its start logic to the call listener.classForwardingClientCall<ReqT,RespT> AClientCallwhich forwards all of its methods to anotherClientCall.static classForwardingClientCall.SimpleForwardingClientCall<ReqT,RespT> A simplified version ofForwardingClientCallwhere subclasses can pass in aClientCallas the delegate. -
Uses of PartialForwardingClientCall in io.grpc.internal
Subclasses of PartialForwardingClientCall in io.grpc.internalModifier and TypeClassDescription(package private) static final classManagedChannelImpl.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 classprivate final class