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 TypeClassDescriptionclass
class
final class
DatagramChannel
implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.final class
final class
final class
final class
ServerSocketChannel
implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.final class
SocketChannel
implementation 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.channels
Methods in io.netty.channel.epoll with parameters of type AbstractEpollChannelModifier and TypeMethodDescription(package private) void
EpollEventLoop.add
(AbstractEpollChannel ch) Register the given epoll with thisEventLoop
.(package private) void
EpollEventLoop.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) void
EpollEventLoop.remove
(AbstractEpollChannel ch) Deregister the given epoll from thisEventLoop
.Constructors in io.netty.channel.epoll with parameters of type AbstractEpollChannelModifierConstructorDescription(package private)
(package private)