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.Methods 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.