Uses of Class
io.grpc.PartialForwardingServerCall
-
Packages that use PartialForwardingServerCall Package Description io.grpc The gRPC core public API.io.grpc.stub API for the Stub layer.io.grpc.util Utilities with advanced features in the core layer that user can optionally use. -
-
Uses of PartialForwardingServerCall in io.grpc
Subclasses of PartialForwardingServerCall in io.grpc Modifier and Type Class Description class
ForwardingServerCall<ReqT,RespT>
AServerCall
which forwards all of its methods to anotherServerCall
.static class
ForwardingServerCall.SimpleForwardingServerCall<ReqT,RespT>
A simplified version ofForwardingServerCall
where subclasses can pass in aServerCall
as the delegate.private static class
ServerStreamTracer.ReadOnlyServerCall<ReqT,RespT>
Deprecated.Will be deleted whenServerStreamTracer.serverCallStarted(ServerCall)
is removed. -
Uses of PartialForwardingServerCall in io.grpc.stub
Subclasses of PartialForwardingServerCall in io.grpc.stub Modifier and Type Class Description (package private) class
MetadataUtils.MetadataAttachingServerInterceptor.MetadataAttachingServerCall<ReqT,RespT>
-
Uses of PartialForwardingServerCall in io.grpc.util
Subclasses of PartialForwardingServerCall in io.grpc.util Modifier and Type Class Description private static class
TransmitStatusRuntimeExceptionInterceptor.SerializingServerCall<ReqT,RespT>
AServerCall
that wraps around a non thread safe delegate and provides thread safe access by serializing everything on an executor.
-