Uses of Class
io.netty.channel.epoll.AbstractEpollServerChannel
Packages that use AbstractEpollServerChannel
Package
Description
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.epollModifier and TypeClassDescriptionfinal class
final class
ServerSocketChannel
implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.