Uses of Class
io.grpc.ClientCall.Listener
-
Packages that use ClientCall.Listener Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.io.grpc.stub API for the Stub layer. -
-
Uses of ClientCall.Listener in io.grpc
Subclasses of ClientCall.Listener in io.grpc Modifier and Type Class Description classForwardingClientCallListener<RespT>AClientCall.Listenerwhich forwards all of its methods to anotherClientCall.Listener.static classForwardingClientCallListener.SimpleForwardingClientCallListener<RespT>A simplified version ofForwardingClientCallListenerwhere subclasses can pass in aClientCall.Listeneras the delegate.(package private) classPartialForwardingClientCallListener<RespT>AClientCall.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.Listener Modifier and Type Field Description private ClientCall.Listener<RespT>ForwardingClientCallListener.SimpleForwardingClientCallListener. delegateMethods in io.grpc that return ClientCall.Listener Modifier and Type Method Description protected 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.Listener Modifier and Type Method Description protected 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.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.Listener Constructor Description SimpleForwardingClientCallListener(ClientCall.Listener<RespT> delegate) -
Uses of ClientCall.Listener in io.grpc.internal
Subclasses of ClientCall.Listener in io.grpc.internal Modifier and Type Class Description private static classDelayedClientCall.DelayedListener<RespT>Fields in io.grpc.internal declared as ClientCall.Listener Modifier and Type Field Description (package private) ClientCall.Listener<RespT>DelayedClientCall.CloseListenerRunnable. listenerprivate ClientCall.Listener<RespT>DelayedClientCall. listenerNon-nulliff start has been called.private ClientCall.Listener<RespT>ClientCallImpl.ClientStreamListenerImpl. observerprivate ClientCall.Listener<RespT>DelayedClientCall.DelayedListener. realListenerMethods in io.grpc.internal with parameters of type ClientCall.Listener Modifier and Type Method Description private 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)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.Listener Constructor Description ClientStreamListenerImpl(ClientCall.Listener<RespT> observer)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.services Modifier and Type Class Description private classHealthCheckingLoadBalancerFactory.HealthCheckState.HcStream -
Uses of ClientCall.Listener in io.grpc.stub
Subclasses of ClientCall.Listener in io.grpc.stub Modifier and Type Class Description private classClientCalls.BlockingResponseStream.QueuingListenerprivate static classClientCalls.StartableListener<T>private static classClientCalls.StreamObserverToCallListenerAdapter<ReqT,RespT>private static classClientCalls.UnaryStreamToFuture<RespT>Completes aClientCalls.GrpcFutureusingStreamObserverevents.private classMetadataUtils.MetadataCapturingClientInterceptor.MetadataCapturingClientCall.MetadataCapturingClientCallListenerMethods in io.grpc.stub with parameters of type ClientCall.Listener Modifier and Type Method Description voidMetadataUtils.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.Listener Constructor Description MetadataCapturingClientCallListener(ClientCall.Listener<RespT> responseListener)
-