Uses of Class
io.grpc.ForwardingServerCall
-
Packages that use ForwardingServerCall Package Description io.grpc The gRPC core public API. -
-
Uses of ForwardingServerCall in io.grpc
Subclasses of ForwardingServerCall in io.grpc Modifier and Type Class Description static class
ForwardingServerCall.SimpleForwardingServerCall<ReqT,RespT>
A simplified version ofForwardingServerCall
where subclasses can pass in aServerCall
as the delegate.
-