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 classEpollDomainSocketChannelclassEpollSocketChannelSocketChannelimplementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.Methods in io.netty.channel.epoll with parameters of type AbstractEpollStreamChannel Modifier and Type Method Description ChannelFutureAbstractEpollStreamChannel. spliceTo(AbstractEpollStreamChannel ch, int len)Splice from thisAbstractEpollStreamChannelto anotherAbstractEpollStreamChannel.ChannelFutureAbstractEpollStreamChannel. spliceTo(AbstractEpollStreamChannel ch, int len, ChannelPromise promise)Splice from thisAbstractEpollStreamChannelto anotherAbstractEpollStreamChannel.
-