Uses of Class
io.grpc.ClientCall.Listener
Packages that use ClientCall.Listener
-
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.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 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