Uses of Class
io.grpc.ForwardingServerCall
Packages that use ForwardingServerCall
Package
Description
The gRPC core public API.
API for the Stub layer.
Utilities with advanced features in the core layer that user can optionally use.
-
Uses of ForwardingServerCall in io.grpc
Subclasses of ForwardingServerCall in io.grpcModifier and TypeClassDescriptionstatic class
ForwardingServerCall.SimpleForwardingServerCall<ReqT,
RespT> A simplified version ofForwardingServerCall
where subclasses can pass in aServerCall
as the delegate.private static final class
ServerStreamTracer.ReadOnlyServerCall<ReqT,
RespT> Deprecated. -
Uses of ForwardingServerCall in io.grpc.stub
Subclasses of ForwardingServerCall in io.grpc.stubModifier and TypeClassDescription(package private) final class
-
Uses of ForwardingServerCall in io.grpc.util
Subclasses of ForwardingServerCall in io.grpc.utilModifier and TypeClassDescriptionprivate static class
AServerCall
that wraps around a non thread safe delegate and provides thread safe access by serializing everything on an executor.
ServerStreamTracer.serverCallStarted(ServerCall)
is removed.