Uses of Class
io.grpc.ForwardingServerCallListener
-
Packages that use ForwardingServerCallListener Package Description io.grpc The gRPC core public API. -
-
Uses of ForwardingServerCallListener in io.grpc
Subclasses of ForwardingServerCallListener 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.static class
ForwardingServerCallListener.SimpleForwardingServerCallListener<ReqT>
A simplified version ofForwardingServerCallListener
where subclasses can pass in aServerCall.Listener
as the delegate.
-