Uses of Class
io.grpc.ServerCall.Listener
Packages that use ServerCall.Listener
Package
Description
The gRPC core public API.
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 TypeClassDescriptionclass
AServerCall.Listener
which forwards all of its methods to anotherServerCall.Listener
of matching parameterized types.static class
A simplified version ofForwardingServerCallListener
where subclasses can pass in aServerCall.Listener
as 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 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) 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
-
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)