Home
last modified time | relevance | path

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

/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceClient.java230 tester.clientCompressedUnary(true); in runTest()
234 tester.clientCompressedUnary(false); in runTest()
DAbstractInteropTest.java412 public void clientCompressedUnary(boolean probe) throws Exception { in clientCompressedUnary() method in AbstractInteropTest