Uses of Class
io.grpc.ClientCall.Listener
Packages that use ClientCall.Listener
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
-
Uses of ClientCall.Listener in io.grpc
Subclasses of ClientCall.Listener in io.grpcModifier and TypeClassDescriptionclass
ForwardingClientCallListener<RespT>
AClientCall.Listener
which forwards all of its methods to anotherClientCall.Listener
.static class
A simplified version ofForwardingClientCallListener
where subclasses can pass in aClientCall.Listener
as the delegate.Methods in io.grpc that return ClientCall.ListenerModifier and TypeMethodDescriptionprotected abstract ClientCall.Listener
<RespT> ForwardingClientCallListener.delegate()
Returns the delegatedClientCall.Listener
.protected ClientCall.Listener
<RespT> ForwardingClientCallListener.SimpleForwardingClientCallListener.delegate()
Methods in io.grpc with parameters of type ClientCall.ListenerModifier and TypeMethodDescriptionprotected abstract void
ClientInterceptors.CheckedForwardingClientCall.checkedStart
(ClientCall.Listener<RespT> responseListener, Metadata headers) Subclasses implement the start logic here that would normally belong tostart()
.abstract void
ClientCall.start
(ClientCall.Listener<RespT> responseListener, Metadata headers) Start a call, usingresponseListener
for processing response messages.final void
ClientInterceptors.CheckedForwardingClientCall.start
(ClientCall.Listener<RespT> responseListener, Metadata headers) void
ForwardingClientCall.start
(ClientCall.Listener<RespT> responseListener, Metadata headers) Constructors in io.grpc with parameters of type ClientCall.ListenerModifierConstructorDescriptionprotected
-
Uses of ClientCall.Listener in io.grpc.internal
Methods in io.grpc.internal with parameters of type ClientCall.ListenerModifier and TypeMethodDescriptionfinal void
DelayedClientCall.start
(ClientCall.Listener<RespT> listener, Metadata headers)