Uses of Class
io.netty.channel.epoll.AbstractEpollChannel
-
Packages that use AbstractEpollChannel Package Description io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance. -
-
Uses of AbstractEpollChannel in io.netty.channel.epoll
Subclasses of AbstractEpollChannel in io.netty.channel.epoll Modifier and Type Class Description classAbstractEpollServerChannelclassAbstractEpollStreamChannelclassEpollDatagramChannelDatagramChannelimplementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.classEpollDomainDatagramChannelclassEpollDomainSocketChannelclassEpollServerDomainSocketChannelclassEpollServerSocketChannelServerSocketChannelimplementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.classEpollSocketChannelSocketChannelimplementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.Fields in io.netty.channel.epoll with type parameters of type AbstractEpollChannel Modifier and Type Field Description private IntObjectMap<AbstractEpollChannel>EpollEventLoop. channelsMethods in io.netty.channel.epoll with parameters of type AbstractEpollChannel Modifier and Type Method Description (package private) voidEpollEventLoop. add(AbstractEpollChannel ch)Register the given epoll with thisEventLoop.(package private) voidEpollEventLoop. modify(AbstractEpollChannel ch)The flags of the given epoll was modified so update the registration(package private) static java.util.Collection<java.net.InetAddress>TcpMd5Util. newTcpMd5Sigs(AbstractEpollChannel channel, java.util.Collection<java.net.InetAddress> current, java.util.Map<java.net.InetAddress,byte[]> newKeys)(package private) voidEpollEventLoop. remove(AbstractEpollChannel ch)Deregister the given epoll from thisEventLoop.Constructors in io.netty.channel.epoll with parameters of type AbstractEpollChannel Constructor Description EpollDomainSocketChannelConfig(AbstractEpollChannel channel)EpollServerChannelConfig(AbstractEpollChannel channel)
-