Searched refs:UnaryStreamToFuture (Results 1 – 1 of 1) sorted by relevance
189 asyncUnaryRequestCall(call, req, new UnaryStreamToFuture<RespT>(responseFuture), false); in futureUnaryCall()449 private static final class UnaryStreamToFuture<RespT> extends ClientCall.Listener<RespT> { class in ClientCalls454 UnaryStreamToFuture(GrpcFuture<RespT> responseFuture) { in UnaryStreamToFuture() method in ClientCalls.UnaryStreamToFuture