Package | Description |
---|---|
io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
io.netty.channel.kqueue |
BSD specific transport.
|
Modifier and Type | Class and Description |
---|---|
private class |
AbstractEpollStreamChannel.EpollSocketWritableByteChannel |
Modifier and Type | Class and Description |
---|---|
private class |
AbstractKQueueStreamChannel.KQueueSocketWritableByteChannel |