| Package | Description |
|---|---|
| io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
| Modifier and Type | Field and Description |
|---|---|
private static FastThreadLocal<NativeDatagramPacketArray> |
NativeDatagramPacketArray.ARRAY |
| Modifier and Type | Method and Description |
|---|---|
(package private) static NativeDatagramPacketArray |
NativeDatagramPacketArray.getInstance(ChannelOutboundBuffer buffer)
Returns a
NativeDatagramPacketArray which is filled with the flushed messages of
ChannelOutboundBuffer. |