Home
last modified time | relevance | path

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

/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/
DClientCalls.java63 asyncUnaryRequestCall(call, req, responseObserver, false); in asyncUnaryCall()
73 asyncUnaryRequestCall(call, req, responseObserver, true); in asyncServerStreamingCall()
158 asyncUnaryRequestCall(call, req, result.listener(), true); in blockingServerStreamingCall()
175 asyncUnaryRequestCall(call, req, result.listener(), true); in blockingServerStreamingCall()
189 asyncUnaryRequestCall(call, req, new UnaryStreamToFuture<RespT>(responseFuture), false); in futureUnaryCall()
262 private static <ReqT, RespT> void asyncUnaryRequestCall( in asyncUnaryRequestCall() method in ClientCalls
265 asyncUnaryRequestCall( in asyncUnaryRequestCall()
275 private static <ReqT, RespT> void asyncUnaryRequestCall( in asyncUnaryRequestCall() method in ClientCalls
DServerCalls.java51 return asyncUnaryRequestCall(method); in asyncUnaryCall()
61 return asyncUnaryRequestCall(method); in asyncServerStreamingCall()
202 private static <ReqT, RespT> ServerCallHandler<ReqT, RespT> asyncUnaryRequestCall( in asyncUnaryRequestCall() method in ServerCalls