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 |
---|---|
(package private) class |
AbstractEpollServerChannel.EpollServerSocketUnsafe |
(package private) class |
AbstractEpollStreamChannel.EpollStreamUnsafe |
(package private) class |
EpollDatagramChannel.EpollDatagramChannelUnsafe |
private class |
EpollDomainSocketChannel.EpollDomainUnsafe |
private class |
EpollSocketChannel.EpollSocketChannelUnsafe |
Modifier and Type | Method and Description |
---|---|
protected AbstractEpollChannel.AbstractEpollUnsafe |
AbstractEpollStreamChannel.newUnsafe() |
protected AbstractEpollChannel.AbstractEpollUnsafe |
EpollSocketChannel.newUnsafe() |
protected AbstractEpollChannel.AbstractEpollUnsafe |
AbstractEpollServerChannel.newUnsafe() |
protected abstract AbstractEpollChannel.AbstractEpollUnsafe |
AbstractEpollChannel.newUnsafe() |
protected AbstractEpollChannel.AbstractEpollUnsafe |
EpollDomainSocketChannel.newUnsafe() |
protected AbstractEpollChannel.AbstractEpollUnsafe |
EpollDatagramChannel.newUnsafe() |