Uses of Class
io.netty.channel.epoll.AbstractEpollStreamChannel
-
Packages that use AbstractEpollStreamChannel Package Description io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance. -
-
Uses of AbstractEpollStreamChannel in io.netty.channel.epoll
Subclasses of AbstractEpollStreamChannel in io.netty.channel.epoll Modifier and Type Class Description class
EpollDomainSocketChannel
class
EpollSocketChannel
SocketChannel
implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.Fields in io.netty.channel.epoll declared as AbstractEpollStreamChannel Modifier and Type Field Description private AbstractEpollStreamChannel
AbstractEpollStreamChannel.SpliceInChannelTask. ch
private AbstractEpollStreamChannel
AbstractEpollStreamChannel.SpliceOutTask. ch
Methods in io.netty.channel.epoll with parameters of type AbstractEpollStreamChannel Modifier and Type Method Description ChannelFuture
AbstractEpollStreamChannel. spliceTo(AbstractEpollStreamChannel ch, int len)
Splice from thisAbstractEpollStreamChannel
to anotherAbstractEpollStreamChannel
.ChannelFuture
AbstractEpollStreamChannel. spliceTo(AbstractEpollStreamChannel ch, int len, ChannelPromise promise)
Splice from thisAbstractEpollStreamChannel
to anotherAbstractEpollStreamChannel
.Constructors in io.netty.channel.epoll with parameters of type AbstractEpollStreamChannel Constructor Description SpliceInChannelTask(AbstractEpollStreamChannel ch, int len, ChannelPromise promise)
SpliceOutTask(AbstractEpollStreamChannel ch, int len, boolean autoRead)
-