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 TypeClassDescriptionclassForwardingClientCallListener<RespT>AClientCall.Listenerwhich forwards all of its methods to anotherClientCall.Listener.static classA simplified version ofForwardingClientCallListenerwhere subclasses can pass in aClientCall.Listeneras the delegate.(package private) classAClientCall.Listenerwhich forwards all of its methods to anotherClientCall.Listenerwhich 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.delegateMethods 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 voidClientInterceptors.CheckedForwardingClientCall.checkedStart(ClientCall.Listener<RespT> responseListener, Metadata headers) Subclasses implement the start logic here that would normally belong tostart().abstract voidClientCall.start(ClientCall.Listener<RespT> responseListener, Metadata headers) Start a call, usingresponseListenerfor processing response messages.final voidClientInterceptors.CheckedForwardingClientCall.start(ClientCall.Listener<RespT> responseListener, Metadata headers) voidForwardingClientCall.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 classFields in io.grpc.internal declared as ClientCall.ListenerModifier and TypeFieldDescription(package private) final ClientCall.Listener<RespT> DelayedClientCall.CloseListenerRunnable.listenerprivate ClientCall.Listener<RespT> DelayedClientCall.listenerNon-nulliff start has been called.private final ClientCall.Listener<RespT> ClientCallImpl.ClientStreamListenerImpl.observerprivate final ClientCall.Listener<RespT> DelayedClientCall.DelayedListener.realListenerMethods in io.grpc.internal with parameters of type ClientCall.ListenerModifier and TypeMethodDescriptionprivate voidClientCallImpl.closeObserver(ClientCall.Listener<RespT> observer, Status status, Metadata trailers) private voidManagedChannelImpl.ConfigSelectingClientCall.executeCloseObserverInContext(ClientCall.Listener<RespT> observer, Status status) voidClientCallImpl.start(ClientCall.Listener<RespT> observer, Metadata headers) final voidDelayedClientCall.start(ClientCall.Listener<RespT> listener, Metadata headers) voidManagedChannelImpl.ConfigSelectingClientCall.start(ClientCall.Listener<RespT> observer, Metadata headers) private voidClientCallImpl.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 classprivate static classprivate static final classClientCalls.StreamObserverToCallListenerAdapter<ReqT,RespT> private static final classCompletes aClientCalls.GrpcFutureusingStreamObserverevents.private final classMethods in io.grpc.stub with parameters of type ClientCall.ListenerModifier and TypeMethodDescriptionvoidMetadataUtils.HeaderAttachingClientInterceptor.HeaderAttachingClientCall.start(ClientCall.Listener<RespT> responseListener, Metadata headers) voidMetadataUtils.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)