Package | Description |
---|---|
io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEpollServerChannel |
class |
AbstractEpollStreamChannel |
class |
EpollDatagramChannel
DatagramChannel implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance. |
class |
EpollDomainSocketChannel |
class |
EpollServerDomainSocketChannel |
class |
EpollServerSocketChannel
ServerSocketChannel implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance. |
class |
EpollSocketChannel
SocketChannel implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance. |
Modifier and Type | Field and Description |
---|---|
(package private) AbstractEpollChannel |
EpollChannelConfig.channel |
protected AbstractEpollChannel |
EpollServerChannelConfig.channel |
Modifier and Type | Field and Description |
---|---|
private IntObjectMap<AbstractEpollChannel> |
EpollEventLoop.channels |
Modifier and Type | Method and Description |
---|---|
(package private) void |
EpollEventLoop.add(AbstractEpollChannel ch)
Register the given epoll with this
EventLoop . |
(package private) void |
EpollEventLoop.modify(AbstractEpollChannel ch)
The flags of the given epoll was modified so update the registration
|
(package private) static java.util.Collection<java.net.InetAddress> |
TcpMd5Util.newTcpMd5Sigs(AbstractEpollChannel channel,
java.util.Collection<java.net.InetAddress> current,
java.util.Map<java.net.InetAddress,byte[]> newKeys) |
(package private) void |
EpollEventLoop.remove(AbstractEpollChannel ch)
Deregister the given epoll from this
EventLoop . |
Constructor and Description |
---|
EpollChannelConfig(AbstractEpollChannel channel) |
EpollDomainSocketChannelConfig(AbstractEpollChannel channel) |
EpollServerChannelConfig(AbstractEpollChannel channel) |