| 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 | Method and Description |
|---|---|
io.netty.channel.ChannelFuture |
AbstractEpollStreamChannel.spliceTo(AbstractEpollStreamChannel ch,
int len)
Splice from this
AbstractEpollStreamChannel to another AbstractEpollStreamChannel. |
io.netty.channel.ChannelFuture |
AbstractEpollStreamChannel.spliceTo(AbstractEpollStreamChannel ch,
int len,
io.netty.channel.ChannelPromise promise)
Splice from this
AbstractEpollStreamChannel to another AbstractEpollStreamChannel. |
Copyright © 2008–2019 The Netty Project. All rights reserved.