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. -
-
Uses of AbstractEpollServerChannel in io.netty.channel.epoll
Subclasses of AbstractEpollServerChannel in io.netty.channel.epoll Modifier and Type Class Description classEpollServerDomainSocketChannelclassEpollServerSocketChannelServerSocketChannelimplementation that uses linux EPOLL.
-