Package | Description |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
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 |
AdaptiveRecvByteBufAllocator.HandleImpl |
private class |
DefaultMaxBytesRecvByteBufAllocator.HandleImpl |
class |
DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
Focuses on enforcing the maximum messages per read condition for
DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle.continueReading() . |
private class |
FixedRecvByteBufAllocator.HandleImpl |
Modifier and Type | Class and Description |
---|---|
(package private) class |
EpollRecvByteAllocatorHandle |
(package private) class |
EpollRecvByteAllocatorStreamingHandle |
Modifier and Type | Field and Description |
---|---|
private RecvByteBufAllocator.ExtendedHandle |
EpollRecvByteAllocatorHandle.delegate |
Modifier and Type | Method and Description |
---|---|
(package private) EpollRecvByteAllocatorHandle |
AbstractEpollChannel.AbstractEpollUnsafe.newEpollHandle(RecvByteBufAllocator.ExtendedHandle handle)
Create a new
EpollRecvByteAllocatorHandle instance. |
(package private) EpollRecvByteAllocatorHandle |
AbstractEpollStreamChannel.EpollStreamUnsafe.newEpollHandle(RecvByteBufAllocator.ExtendedHandle handle) |
Constructor and Description |
---|
EpollRecvByteAllocatorHandle(RecvByteBufAllocator.ExtendedHandle handle) |
EpollRecvByteAllocatorStreamingHandle(RecvByteBufAllocator.ExtendedHandle handle) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
KQueueRecvByteAllocatorHandle |
Modifier and Type | Field and Description |
---|---|
private RecvByteBufAllocator.ExtendedHandle |
KQueueRecvByteAllocatorHandle.delegate |
Constructor and Description |
---|
KQueueRecvByteAllocatorHandle(RecvByteBufAllocator.ExtendedHandle handle) |