Searched refs:GrpcFuture (Results 1 – 1 of 1) sorted by relevance
188 GrpcFuture<RespT> responseFuture = new GrpcFuture<RespT>(call); in futureUnaryCall()450 private final GrpcFuture<RespT> responseFuture;454 UnaryStreamToFuture(GrpcFuture<RespT> responseFuture) { in UnaryStreamToFuture()487 private static final class GrpcFuture<RespT> extends AbstractFuture<RespT> { class in ClientCalls491 GrpcFuture(ClientCall<?, RespT> call) { in GrpcFuture() method in ClientCalls.GrpcFuture