Uses of Class
io.netty.channel.epoll.AbstractEpollServerChannel
-
Packages that use AbstractEpollServerChannel Package Description io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance. -
-
Uses of AbstractEpollServerChannel in io.netty.channel.epoll
Subclasses of AbstractEpollServerChannel in io.netty.channel.epoll Modifier and Type Class Description class
EpollServerDomainSocketChannel
class
EpollServerSocketChannel
ServerSocketChannel
implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.
-