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 |
---|---|
class |
EpollDomainSocketChannel |
class |
EpollSocketChannel
SocketChannel implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance. |
Modifier and Type | Field and Description |
---|---|
private AbstractEpollStreamChannel |
AbstractEpollStreamChannel.SpliceInChannelTask.ch |
private AbstractEpollStreamChannel |
AbstractEpollStreamChannel.SpliceOutTask.ch |
Modifier and Type | Method and Description |
---|---|
ChannelFuture |
AbstractEpollStreamChannel.spliceTo(AbstractEpollStreamChannel ch,
int len)
Splice from this
AbstractEpollStreamChannel to another AbstractEpollStreamChannel . |
ChannelFuture |
AbstractEpollStreamChannel.spliceTo(AbstractEpollStreamChannel ch,
int len,
ChannelPromise promise)
Splice from this
AbstractEpollStreamChannel to another AbstractEpollStreamChannel . |
Constructor and Description |
---|
SpliceInChannelTask(AbstractEpollStreamChannel ch,
int len,
ChannelPromise promise) |
SpliceOutTask(AbstractEpollStreamChannel ch,
int len,
boolean autoRead) |