Uses of Class
io.grpc.ServerCall.Listener
Packages that use ServerCall.Listener
-
Uses of ServerCall.Listener in io.grpc
Subclasses of ServerCall.Listener in io.grpcModifier and TypeClassDescriptionclassAServerCall.Listenerwhich forwards all of its methods to anotherServerCall.Listenerof matching parameterized types.static classA simplified version ofForwardingServerCallListenerwhere subclasses can pass in aServerCall.Listeneras the delegate.Methods in io.grpc that return ServerCall.ListenerModifier and TypeMethodDescriptionprotected abstract ServerCall.Listener<ReqT>ForwardingServerCallListener.delegate()Returns the delegatedServerCall.Listener.protected ServerCall.Listener<ReqT>ForwardingServerCallListener.SimpleForwardingServerCallListener.delegate()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) ServerCallHandler.startCall(ServerCall<RequestT, ResponseT> call, Metadata headers) Starts asynchronous processing of an incoming call.Constructors in io.grpc with parameters of type ServerCall.ListenerModifierConstructorDescriptionprotected