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 |
EpollRecvByteAllocatorStreamingHandle |
Modifier and Type | Field and Description |
---|---|
private EpollRecvByteAllocatorHandle |
AbstractEpollChannel.AbstractEpollUnsafe.allocHandle |
Modifier and Type | Method and Description |
---|---|
(package private) EpollRecvByteAllocatorHandle |
AbstractEpollStreamChannel.EpollStreamUnsafe.newEpollHandle(RecvByteBufAllocator.ExtendedHandle handle) |
(package private) EpollRecvByteAllocatorHandle |
AbstractEpollChannel.AbstractEpollUnsafe.newEpollHandle(RecvByteBufAllocator.ExtendedHandle handle)
Create a new
EpollRecvByteAllocatorHandle instance. |
EpollRecvByteAllocatorHandle |
AbstractEpollChannel.AbstractEpollUnsafe.recvBufAllocHandle() |
Modifier and Type | Method and Description |
---|---|
private void |
AbstractEpollStreamChannel.EpollStreamUnsafe.handleReadException(ChannelPipeline pipeline,
ByteBuf byteBuf,
java.lang.Throwable cause,
boolean close,
EpollRecvByteAllocatorHandle allocHandle) |