Uses of Class
io.grpc.ServerCall
-
Packages that use ServerCall Package Description io.grpc The gRPC core public API.io.grpc.util Utilities with advanced features in the core layer that user can optionally use.io.grpc.xds.orca -
-
Uses of ServerCall in io.grpc
Subclasses of ServerCall in io.grpc Modifier and Type Class Description class
ForwardingServerCall<ReqT,βRespT>
AServerCall
which forwards all of its methods to anotherServerCall
.static class
ForwardingServerCall.SimpleForwardingServerCall<ReqT,βRespT>
A simplified version ofForwardingServerCall
where subclasses can pass in aServerCall
as the delegate.Methods in io.grpc that return ServerCall Modifier and Type Method Description protected abstract ServerCall<ReqT,βRespT>
ForwardingServerCall. delegate()
Returns the delegatedServerCall
.protected ServerCall<ReqT,βRespT>
ForwardingServerCall.SimpleForwardingServerCall. delegate()
Methods in io.grpc with parameters of type ServerCall Modifier and Type Method Description <ReqT,βRespT>
ExecutorServerCallExecutorSupplier. getExecutorβ(ServerCall<ReqT,βRespT> call, Metadata metadata)
Returns an executor to handle the server call.static <ReqT,βRespT>
ServerCall.Listener<ReqT>Contexts. interceptCallβ(Context context, ServerCall<ReqT,βRespT> call, Metadata headers, ServerCallHandler<ReqT,βRespT> next)
Make the providedContext
Context.current()
for the creation of a listener to a received call and for all events received by that listener.<ReqT,βRespT>
ServerCall.Listener<ReqT>ServerInterceptor. interceptCallβ(ServerCall<ReqT,βRespT> call, Metadata headers, ServerCallHandler<ReqT,βRespT> next)
void
ServerStreamTracer. serverCallStartedβ(ServerCall<?,β?> call)
Deprecated.ImplementServerStreamTracer.serverCallStarted(ServerCallInfo)
instead.ServerCall.Listener<RequestT>
ServerCallHandler. startCallβ(ServerCall<RequestT,βResponseT> call, Metadata headers)
Starts asynchronous processing of an incoming call.Constructors in io.grpc with parameters of type ServerCall Constructor Description SimpleForwardingServerCallβ(ServerCall<ReqT,βRespT> delegate)
-
Uses of ServerCall in io.grpc.util
Methods in io.grpc.util with parameters of type ServerCall Modifier and Type Method Description <ReqT,βRespT>
ServerCall.Listener<ReqT>TransmitStatusRuntimeExceptionInterceptor. interceptCallβ(ServerCall<ReqT,βRespT> call, Metadata headers, ServerCallHandler<ReqT,βRespT> next)
-
Uses of ServerCall in io.grpc.xds.orca
Methods in io.grpc.xds.orca with parameters of type ServerCall Modifier and Type Method Description <ReqT,βRespT>
ServerCall.Listener<ReqT>OrcaMetricReportingServerInterceptor. interceptCallβ(ServerCall<ReqT,βRespT> call, Metadata headers, ServerCallHandler<ReqT,βRespT> next)
-