Home
last modified time | relevance | path

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

/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DAbstractInteropTest.java414 final SimpleRequest expectCompressedRequest = in clientCompressedUnary() local
435 blockingStub.unaryCall(expectCompressedRequest); in clientCompressedUnary()
444 goldenResponse, blockingStub.withCompression("gzip").unaryCall(expectCompressedRequest)); in clientCompressedUnary()
448 Collections.singleton(expectCompressedRequest), in clientCompressedUnary()
588 final StreamingInputCallRequest expectCompressedRequest = in clientCompressedStreaming() local
608 requestObserver.onNext(expectCompressedRequest); in clientCompressedStreaming()
622 clientCallStreamObserver.onNext(expectCompressedRequest); in clientCompressedStreaming()