Uses of Class
io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
-
Packages that use AbstractEpollChannel.AbstractEpollUnsafe Package Description io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance. -
-
Uses of AbstractEpollChannel.AbstractEpollUnsafe in io.netty.channel.epoll
Subclasses of AbstractEpollChannel.AbstractEpollUnsafe in io.netty.channel.epoll Modifier and Type Class Description (package private) classAbstractEpollServerChannel.EpollServerSocketUnsafe(package private) classAbstractEpollStreamChannel.EpollStreamUnsafe(package private) classEpollDatagramChannel.EpollDatagramChannelUnsafe(package private) classEpollDomainDatagramChannel.EpollDomainDatagramChannelUnsafeprivate classEpollDomainSocketChannel.EpollDomainUnsafeprivate classEpollSocketChannel.EpollSocketChannelUnsafeMethods in io.netty.channel.epoll that return AbstractEpollChannel.AbstractEpollUnsafe Modifier and Type Method Description protected abstract AbstractEpollChannel.AbstractEpollUnsafeAbstractEpollChannel. newUnsafe()protected AbstractEpollChannel.AbstractEpollUnsafeAbstractEpollServerChannel. newUnsafe()protected AbstractEpollChannel.AbstractEpollUnsafeAbstractEpollStreamChannel. newUnsafe()protected AbstractEpollChannel.AbstractEpollUnsafeEpollDatagramChannel. newUnsafe()protected AbstractEpollChannel.AbstractEpollUnsafeEpollDomainDatagramChannel. newUnsafe()protected AbstractEpollChannel.AbstractEpollUnsafeEpollDomainSocketChannel. newUnsafe()protected AbstractEpollChannel.AbstractEpollUnsafeEpollSocketChannel. newUnsafe()
-