Uses of Class
io.grpc.PartialForwardingServerCall
Packages that use PartialForwardingServerCall
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 PartialForwardingServerCall in io.grpc
Subclasses of PartialForwardingServerCall in io.grpcModifier and TypeClassDescriptionclassForwardingServerCall<ReqT,RespT> AServerCallwhich forwards all of its methods to anotherServerCall.static 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 PartialForwardingServerCall in io.grpc.stub
Subclasses of PartialForwardingServerCall in io.grpc.stubModifier and TypeClassDescription(package private) final class -
Uses of PartialForwardingServerCall in io.grpc.util
Subclasses of PartialForwardingServerCall 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.