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 classfinal classSocketChannelimplementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.Fields in io.netty.channel.epoll declared as AbstractEpollStreamChannelModifier and TypeFieldDescriptionprivate final AbstractEpollStreamChannelAbstractEpollStreamChannel.SpliceInChannelTask.chprivate final AbstractEpollStreamChannelAbstractEpollStreamChannel.SpliceOutTask.chMethods in io.netty.channel.epoll with parameters of type AbstractEpollStreamChannelModifier and TypeMethodDescriptionfinal ChannelFutureAbstractEpollStreamChannel.spliceTo(AbstractEpollStreamChannel ch, int len) Deprecated.Will be removed in the future.final ChannelFutureAbstractEpollStreamChannel.spliceTo(AbstractEpollStreamChannel ch, int len, ChannelPromise promise) Deprecated.will be removed in the future.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)