Searched refs:NETTY_NIO (Results 1 – 6 of 6) sorted by relevance
39 Transport transport = Transport.NETTY_NIO;90 NETTY_NIO(true, "The Netty Java NIO transport. Using this with TLS requires " enumConstant
44 Transport transport = Transport.NETTY_NIO;
98 case NETTY_NIO: { in newServer()
25 NETTY_NIO(true, "The Netty Java NIO transport. Using this with TLS requires " enumConstant
147 case NETTY_NIO: in newNettyClientChannel()
84 Epoll.isAvailable() ? Transport.NETTY_EPOLL : Transport.NETTY_NIO, in LoadClient()