Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/
H A DTransport.java26 NETTY_EPOLL(true, "The Netty native EPOLL transport. Using this with TLS requires that " enumConstant
/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/
H A DTransportBenchmark.java70 INPROCESS, NETTY, NETTY_LOCAL, NETTY_EPOLL, OKHTTP enumConstant
/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/
H A DServerConfiguration.java93 NETTY_EPOLL(true, "The Netty native EPOLL transport. Using this with TLS requires that " enumConstant