Uses of Class
io.netty.channel.epoll.AbstractEpollStreamChannel
-
-
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 io.netty.channel.ChannelFutureAbstractEpollStreamChannel. spliceTo(AbstractEpollStreamChannel ch, int len)Deprecated.Will be removed in the future.io.netty.channel.ChannelFutureAbstractEpollStreamChannel. spliceTo(AbstractEpollStreamChannel ch, int len, io.netty.channel.ChannelPromise promise)Deprecated.will be removed in the future.
-