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 classContexts.ContextualizedServerCallListener<ReqT>Implementation ofForwardingServerCallListenerthat attaches a context before dispatching calls to the delegate and detaches them after the call completes.classForwardingServerCallListener<ReqT>AServerCall.Listenerwhich forwards all of its methods to anotherServerCall.Listenerof matching parameterized types.static classForwardingServerCallListener.SimpleForwardingServerCallListener<ReqT>A simplified version ofForwardingServerCallListenerwhere subclasses can pass in aServerCall.Listeneras the delegate.
-