Home
last modified time | relevance | path

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

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