Uses of Class
io.grpc.ForwardingServerCallListener
Packages that use ForwardingServerCallListener
-
Uses of ForwardingServerCallListener in io.grpc
Subclasses of ForwardingServerCallListener 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.static class
A simplified version ofForwardingServerCallListener
where subclasses can pass in aServerCall.Listener
as the delegate.