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 classForwardingServerCall.SimpleForwardingServerCall<ReqT,RespT> A simplified version ofForwardingServerCallwhere subclasses can pass in aServerCallas the delegate.private static final classServerStreamTracer.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 classAServerCallthat wraps around a non thread safe delegate and provides thread safe access by serializing everything on an executor.
ServerStreamTracer.serverCallStarted(ServerCall)is removed.