Home
last modified time | relevance | path

Searched refs:UnaryStreamToFuture (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/
DClientCalls.java189 asyncUnaryRequestCall(call, req, new UnaryStreamToFuture<RespT>(responseFuture), false); in futureUnaryCall()
449 private static final class UnaryStreamToFuture<RespT> extends ClientCall.Listener<RespT> { class in ClientCalls
454 UnaryStreamToFuture(GrpcFuture<RespT> responseFuture) { in UnaryStreamToFuture() method in ClientCalls.UnaryStreamToFuture