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 classImplementation ofForwardingServerCallListenerthat attaches a context before dispatching calls to the delegate and detaches them after the call completes.static classA simplified version ofForwardingServerCallListenerwhere subclasses can pass in aServerCall.Listeneras the delegate.