Uses of Class
io.grpc.stub.ClientCalls.StartableListener
Packages that use ClientCalls.StartableListener
-
Uses of ClientCalls.StartableListener in io.grpc.stub
Subclasses of ClientCalls.StartableListener in io.grpc.stubModifier and TypeClassDescriptionprivate final class
private static final class
ClientCalls.StreamObserverToCallListenerAdapter<ReqT,
RespT> private static final class
Completes aClientCalls.GrpcFuture
usingStreamObserver
events.Fields in io.grpc.stub declared as ClientCalls.StartableListenerModifier and TypeFieldDescriptionprivate final ClientCalls.StartableListener
<T> ClientCalls.BlockingResponseStream.listener
Methods in io.grpc.stub that return ClientCalls.StartableListenerModifier and TypeMethodDescription(package private) ClientCalls.StartableListener
<T> ClientCalls.BlockingResponseStream.listener()
Methods in io.grpc.stub with parameters of type ClientCalls.StartableListenerModifier and TypeMethodDescriptionprivate static <ReqT,
RespT>
voidClientCalls.asyncUnaryRequestCall
(ClientCall<ReqT, RespT> call, ReqT req, ClientCalls.StartableListener<RespT> responseListener) private static <ReqT,
RespT>
voidClientCalls.startCall
(ClientCall<ReqT, RespT> call, ClientCalls.StartableListener<RespT> responseListener)