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.
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
API for the Stub layer.
-
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.(package private) class
AClientCall.Listener
which forwards all of its methods to anotherClientCall.Listener
which may have a different parameterized type than the onMessage() message type.Fields in io.grpc declared as ClientCall.ListenerModifier and TypeFieldDescriptionprivate final ClientCall.Listener
<RespT> ForwardingClientCallListener.SimpleForwardingClientCallListener.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()
protected abstract ClientCall.Listener
<?> PartialForwardingClientCallListener.delegate()
Returns the delegatedClientCall.Listener
.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
Subclasses of ClientCall.Listener in io.grpc.internalModifier and TypeClassDescriptionprivate static final class
Fields in io.grpc.internal declared as ClientCall.ListenerModifier and TypeFieldDescription(package private) final ClientCall.Listener
<RespT> DelayedClientCall.CloseListenerRunnable.listener
private ClientCall.Listener
<RespT> DelayedClientCall.listener
Non-null
iff start has been called.private final ClientCall.Listener
<RespT> ClientCallImpl.ClientStreamListenerImpl.observer
private final ClientCall.Listener
<RespT> DelayedClientCall.DelayedListener.realListener
Methods in io.grpc.internal with parameters of type ClientCall.ListenerModifier and TypeMethodDescriptionprivate void
ClientCallImpl.closeObserver
(ClientCall.Listener<RespT> observer, Status status, Metadata trailers) private void
ManagedChannelImpl.ConfigSelectingClientCall.executeCloseObserverInContext
(ClientCall.Listener<RespT> observer, Status status) void
ClientCallImpl.start
(ClientCall.Listener<RespT> observer, Metadata headers) final void
DelayedClientCall.start
(ClientCall.Listener<RespT> listener, Metadata headers) void
ManagedChannelImpl.ConfigSelectingClientCall.start
(ClientCall.Listener<RespT> observer, Metadata headers) private void
ClientCallImpl.startInternal
(ClientCall.Listener<RespT> observer, Metadata headers) Constructors in io.grpc.internal with parameters of type ClientCall.ListenerModifierConstructorDescriptionClientStreamListenerImpl
(ClientCall.Listener<RespT> observer) (package private)
CloseListenerRunnable
(ClientCall.Listener<RespT> listener, Status status) DelayedListener
(ClientCall.Listener<RespT> listener) -
Uses of ClientCall.Listener in io.grpc.protobuf.services
Subclasses of ClientCall.Listener in io.grpc.protobuf.servicesModifier and TypeClassDescriptionprivate class
-
Uses of ClientCall.Listener in io.grpc.stub
Subclasses of ClientCall.Listener in io.grpc.stubModifier and TypeClassDescriptionprivate final class
private static class
private static final class
ClientCalls.StreamObserverToCallListenerAdapter<ReqT,
RespT> private static final class
Completes aClientCalls.GrpcFuture
usingStreamObserver
events.private final class
Methods in io.grpc.stub with parameters of type ClientCall.ListenerModifier and TypeMethodDescriptionvoid
MetadataUtils.HeaderAttachingClientInterceptor.HeaderAttachingClientCall.start
(ClientCall.Listener<RespT> responseListener, Metadata headers) void
MetadataUtils.MetadataCapturingClientInterceptor.MetadataCapturingClientCall.start
(ClientCall.Listener<RespT> responseListener, Metadata headers) Constructors in io.grpc.stub with parameters of type ClientCall.ListenerModifierConstructorDescription(package private)
MetadataCapturingClientCallListener
(ClientCall.Listener<RespT> responseListener)