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