Home
last modified time | relevance | path

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

/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DCompressionTest.java186 ServerInterceptors.intercept(new LocalServer(), new ServerCompressorInterceptor())) in compression()
259 private class ServerCompressorInterceptor implements ServerInterceptor { class in CompressionTest