Uses of Class
io.grpc.ServerCall
Packages that use ServerCall
-
Uses of ServerCall in io.grpc
Subclasses of ServerCall in io.grpcModifier and TypeClassDescriptionclassForwardingServerCall<ReqT,RespT> AServerCallwhich forwards all of its methods to anotherServerCall.static classForwardingServerCall.SimpleForwardingServerCall<ReqT,RespT> A simplified version ofForwardingServerCallwhere subclasses can pass in aServerCallas the delegate.Methods in io.grpc that return ServerCallModifier and TypeMethodDescriptionprotected abstract ServerCall<ReqT,RespT> ForwardingServerCall.delegate()Returns the delegatedServerCall.protected ServerCall<ReqT,RespT> ForwardingServerCall.SimpleForwardingServerCall.delegate()Methods in io.grpc with parameters of type ServerCallModifier and TypeMethodDescription<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 providedContextContext.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) voidServerStreamTracer.serverCallStarted(ServerCall<?, ?> call) Deprecated.ServerCallHandler.startCall(ServerCall<RequestT, ResponseT> call, Metadata headers) Starts asynchronous processing of an incoming call.Constructors in io.grpc with parameters of type ServerCallModifierConstructorDescriptionprotectedSimpleForwardingServerCall(ServerCall<ReqT, RespT> delegate)
ServerStreamTracer.serverCallStarted(ServerCallInfo)instead.