Uses of Class
io.grpc.ServerCall.Listener
Packages that use ServerCall.Listener
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
API for the Stub layer.
Utilities with advanced features in the core layer that user can optionally use.
-
Uses of ServerCall.Listener in io.grpc
Subclasses of ServerCall.Listener in io.grpcModifier and TypeClassDescriptionprivate static classImplementation ofForwardingServerCallListenerthat attaches a context before dispatching calls to the delegate and detaches them after the call completes.classAServerCall.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.(package private) classAServerCall.Listenerwhich forwards all of its methods to anotherServerCall.Listenerwhich may have a different parameterized type than the onMessage() message type.Fields in io.grpc declared as ServerCall.ListenerModifier and TypeFieldDescriptionprivate final ServerCall.Listener<ReqT> ForwardingServerCallListener.SimpleForwardingServerCallListener.delegateMethods 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()protected abstract ServerCall.Listener<?> PartialForwardingServerCallListener.delegate()Returns the delegatedServerCall.Listener.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.ServerInterceptors.InterceptCallHandler.startCall(ServerCall<ReqT, RespT> call, Metadata headers) Constructors in io.grpc with parameters of type ServerCall.ListenerModifierConstructorDescriptionContextualizedServerCallListener(ServerCall.Listener<ReqT> delegate, Context context) protected -
Uses of ServerCall.Listener in io.grpc.internal
Fields in io.grpc.internal declared as ServerCall.ListenerModifier and TypeFieldDescriptionprivate final ServerCall.Listener<ReqT> ServerCallImpl.ServerStreamListenerImpl.listenerMethods in io.grpc.internal with parameters of type ServerCall.ListenerModifier and TypeMethodDescription(package private) ServerStreamListenerServerCallImpl.newServerStreamListener(ServerCall.Listener<ReqT> listener) Constructors in io.grpc.internal with parameters of type ServerCall.ListenerModifierConstructorDescriptionServerStreamListenerImpl(ServerCallImpl<ReqT, ?> call, ServerCall.Listener<ReqT> listener, Context.CancellableContext context) -
Uses of ServerCall.Listener in io.grpc.stub
Subclasses of ServerCall.Listener in io.grpc.stubModifier and TypeClassDescriptionprivate final classprivate final classMethods in io.grpc.stub that return ServerCall.ListenerModifier and TypeMethodDescription<ReqT,RespT>
ServerCall.Listener<ReqT> MetadataUtils.MetadataAttachingServerInterceptor.interceptCall(ServerCall<ReqT, RespT> call, Metadata headers, ServerCallHandler<ReqT, RespT> next) ServerCalls.StreamingServerCallHandler.startCall(ServerCall<ReqT, RespT> call, Metadata headers) ServerCalls.UnaryServerCallHandler.startCall(ServerCall<ReqT, RespT> call, Metadata headers) -
Uses of ServerCall.Listener in io.grpc.util
Methods in io.grpc.util that return ServerCall.ListenerModifier and TypeMethodDescription<ReqT,RespT>
ServerCall.Listener<ReqT> TransmitStatusRuntimeExceptionInterceptor.interceptCall(ServerCall<ReqT, RespT> call, Metadata headers, ServerCallHandler<ReqT, RespT> next)