Uses of Class
io.grpc.PartialForwardingServerCallListener
Packages that use PartialForwardingServerCallListener
-
Uses of PartialForwardingServerCallListener in io.grpc
Subclasses of PartialForwardingServerCallListener in io.grpcModifier and TypeClassDescriptionprivate static class
Implementation ofForwardingServerCallListener
that attaches a context before dispatching calls to the delegate and detaches them after the call completes.class
AServerCall.Listener
which forwards all of its methods to anotherServerCall.Listener
of matching parameterized types.static class
A simplified version ofForwardingServerCallListener
where subclasses can pass in aServerCall.Listener
as the delegate.