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 TypeClassDescriptionclass
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 final class
ServerStreamTracer.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 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.