Uses of Class
io.grpc.ForwardingClientCall
-
Packages that use ForwardingClientCall 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 ForwardingClientCall in io.grpc
Subclasses of ForwardingClientCall in io.grpc Modifier and Type Class Description static classClientInterceptors.CheckedForwardingClientCall<ReqT,RespT>AForwardingClientCallthat delivers exceptions from its start logic to the call listener.static classForwardingClientCall.SimpleForwardingClientCall<ReqT,RespT>A simplified version ofForwardingClientCallwhere subclasses can pass in aClientCallas the delegate. -
Uses of ForwardingClientCall in io.grpc.internal
Subclasses of ForwardingClientCall in io.grpc.internal Modifier and Type Class Description (package private) static classManagedChannelImpl.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.stub Modifier and Type Class Description private classMetadataUtils.HeaderAttachingClientInterceptor.HeaderAttachingClientCall<ReqT,RespT>private classMetadataUtils.MetadataCapturingClientInterceptor.MetadataCapturingClientCall<ReqT,RespT>
-