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 classprivate static final classClientCalls.StreamObserverToCallListenerAdapter<ReqT,RespT> private static final classCompletes aClientCalls.GrpcFutureusingStreamObserverevents.Fields in io.grpc.stub declared as ClientCalls.StartableListenerModifier and TypeFieldDescriptionprivate final ClientCalls.StartableListener<T> ClientCalls.BlockingResponseStream.listenerMethods 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)