Uses of Class
io.grpc.ForwardingServerCall
-
Packages that use ForwardingServerCall 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 ForwardingServerCall in io.grpc
Subclasses of ForwardingServerCall in io.grpc Modifier and Type Class Description 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 ForwardingServerCall in io.grpc.stub
Subclasses of ForwardingServerCall in io.grpc.stub Modifier and Type Class Description (package private) class
MetadataUtils.MetadataAttachingServerInterceptor.MetadataAttachingServerCall<ReqT,RespT>
-
Uses of ForwardingServerCall in io.grpc.util
Subclasses of ForwardingServerCall 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.
-