Uses of Class
io.grpc.PartialForwardingServerCallListener
-
Packages that use PartialForwardingServerCallListener Package Description io.grpc The gRPC core public API. -
-
Uses of PartialForwardingServerCallListener in io.grpc
Subclasses of PartialForwardingServerCallListener in io.grpc Modifier and Type Class Description private static class
Contexts.ContextualizedServerCallListener<ReqT>
Implementation ofForwardingServerCallListener
that attaches a context before dispatching calls to the delegate and detaches them after the call completes.class
ForwardingServerCallListener<ReqT>
AServerCall.Listener
which forwards all of its methods to anotherServerCall.Listener
of matching parameterized types.static class
ForwardingServerCallListener.SimpleForwardingServerCallListener<ReqT>
A simplified version ofForwardingServerCallListener
where subclasses can pass in aServerCall.Listener
as the delegate.
-