Uses of Class
io.netty.channel.epoll.AbstractEpollChannel
Packages that use AbstractEpollChannel
Package
Description
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.epollModifier and TypeClassDescriptionclassclassfinal classDatagramChannelimplementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.final classfinal classfinal classfinal classServerSocketChannelimplementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.final classSocketChannelimplementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.Fields in io.netty.channel.epoll with type parameters of type AbstractEpollChannelModifier and TypeFieldDescriptionprivate final IntObjectMap<AbstractEpollChannel> EpollEventLoop.channelsMethods in io.netty.channel.epoll with parameters of type AbstractEpollChannelModifier and TypeMethodDescription(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 Collection<InetAddress> TcpMd5Util.newTcpMd5Sigs(AbstractEpollChannel channel, Collection<InetAddress> current, Map<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 AbstractEpollChannelModifierConstructorDescription(package private)(package private)