Uses of Class
io.netty.channel.epoll.EpollSocketChannel
-
Packages that use EpollSocketChannel Package Description io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance. -
-
Uses of EpollSocketChannel in io.netty.channel.epoll
Constructors in io.netty.channel.epoll with parameters of type EpollSocketChannel Constructor Description EpollSocketChannelConfig(EpollSocketChannel channel)
Creates a new instance.
-