Uses of Class
io.grpc.stub.ClientCalls.StartableListener
-
Packages that use ClientCalls.StartableListener Package Description io.grpc.stub API for the Stub layer. -
-
Uses of ClientCalls.StartableListener in io.grpc.stub
Subclasses of ClientCalls.StartableListener in io.grpc.stub Modifier and Type Class Description private class
ClientCalls.BlockingResponseStream.QueuingListener
private static class
ClientCalls.StreamObserverToCallListenerAdapter<ReqT,RespT>
private static class
ClientCalls.UnaryStreamToFuture<RespT>
Completes aClientCalls.GrpcFuture
usingStreamObserver
events.Fields in io.grpc.stub declared as ClientCalls.StartableListener Modifier and Type Field Description private ClientCalls.StartableListener<T>
ClientCalls.BlockingResponseStream. listener
Methods in io.grpc.stub that return ClientCalls.StartableListener Modifier and Type Method Description (package private) ClientCalls.StartableListener<T>
ClientCalls.BlockingResponseStream. listener()
Methods in io.grpc.stub with parameters of type ClientCalls.StartableListener Modifier and Type Method Description private 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)
-