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 classContexts.ContextualizedServerCallListener<ReqT>Implementation ofForwardingServerCallListenerthat attaches a context before dispatching calls to the delegate and detaches them after the call completes.static classForwardingServerCallListener.SimpleForwardingServerCallListener<ReqT>A simplified version ofForwardingServerCallListenerwhere subclasses can pass in aServerCall.Listeneras the delegate.
-