Uses of Class
io.grpc.ForwardingServerCall.SimpleForwardingServerCall
-
Packages that use ForwardingServerCall.SimpleForwardingServerCall Package Description io.grpc.stub API for the Stub layer.io.grpc.util Utilities with advanced features in the core layer that user can optionally use. -
-
Uses of ForwardingServerCall.SimpleForwardingServerCall in io.grpc.stub
Subclasses of ForwardingServerCall.SimpleForwardingServerCall in io.grpc.stub Modifier and Type Class Description (package private) classMetadataUtils.MetadataAttachingServerInterceptor.MetadataAttachingServerCall<ReqT,RespT> -
Uses of ForwardingServerCall.SimpleForwardingServerCall in io.grpc.util
Subclasses of ForwardingServerCall.SimpleForwardingServerCall in io.grpc.util Modifier and Type Class Description private static classTransmitStatusRuntimeExceptionInterceptor.SerializingServerCall<ReqT,RespT>AServerCallthat wraps around a non thread safe delegate and provides thread safe access by serializing everything on an executor.
-