Home
last modified time | relevance | path

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

/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceClient.java246 tester.clientCompressedStreaming(true); in runTest()
250 tester.clientCompressedStreaming(false); in runTest()
DAbstractInteropTest.java587 public void clientCompressedStreaming(boolean probe) throws Exception { in clientCompressedStreaming() method in AbstractInteropTest