Home
last modified time | relevance | path

Searched defs:awaitCompletion (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc-java/testing/src/main/java/io/grpc/testing/
DStreamRecorder.java86 public void awaitCompletion() throws Exception { in awaitCompletion() method in StreamRecorder
93 public boolean awaitCompletion(int timeout, TimeUnit unit) throws Exception { in awaitCompletion() method in StreamRecorder
/external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/testing/
DStreamRecorder.java81 public void awaitCompletion() throws Exception { in awaitCompletion() method in StreamRecorder
88 public boolean awaitCompletion(int timeout, TimeUnit unit) throws Exception { in awaitCompletion() method in StreamRecorder
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DHttp2Client.java312 public boolean awaitCompletion(long timeout, TimeUnit unit) throws Exception { in awaitCompletion() method in Http2Client.Tester.RstStreamObserver