Uses of Class
io.netty.channel.epoll.AbstractEpollStreamChannel
Packages that use AbstractEpollStreamChannel
Package
Description
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.epollModifier and TypeClassDescriptionfinal class
final class
SocketChannel
implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.Fields in io.netty.channel.epoll declared as AbstractEpollStreamChannelModifier and TypeFieldDescriptionprivate final AbstractEpollStreamChannel
AbstractEpollStreamChannel.SpliceInChannelTask.ch
private final AbstractEpollStreamChannel
AbstractEpollStreamChannel.SpliceOutTask.ch
Methods in io.netty.channel.epoll with parameters of type AbstractEpollStreamChannelModifier and TypeMethodDescriptionfinal ChannelFuture
AbstractEpollStreamChannel.spliceTo
(AbstractEpollStreamChannel ch, int len) Splice from thisAbstractEpollStreamChannel
to anotherAbstractEpollStreamChannel
.final ChannelFuture
AbstractEpollStreamChannel.spliceTo
(AbstractEpollStreamChannel ch, int len, ChannelPromise promise) Splice from thisAbstractEpollStreamChannel
to anotherAbstractEpollStreamChannel
.Constructors in io.netty.channel.epoll with parameters of type AbstractEpollStreamChannelModifierConstructorDescription(package private)
SpliceInChannelTask
(AbstractEpollStreamChannel ch, int len, ChannelPromise promise) (package private)
SpliceOutTask
(AbstractEpollStreamChannel ch, int len, boolean autoRead)