Uses of Interface
io.netty5.channel.unix.UnixChannel
-
Packages that use UnixChannel Package Description io.netty5.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty5.channel.kqueue BSD specific transport. -
-
Uses of UnixChannel in io.netty5.channel.epoll
Classes in io.netty5.channel.epoll that implement UnixChannel Modifier and Type Class Description class
EpollDatagramChannel
DatagramChannel
implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.class
EpollServerSocketChannel
ServerSocketChannel
implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.class
EpollSocketChannel
SocketChannel
implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance. -
Uses of UnixChannel in io.netty5.channel.kqueue
Classes in io.netty5.channel.kqueue that implement UnixChannel Modifier and Type Class Description class
KQueueDatagramChannel
DatagramChannel
implementation that uses KQueue.class
KQueueServerSocketChannel
ServerSocketChannel
implementation that uses KQueue.class
KQueueSocketChannel
SocketChannel
implementation that uses KQueue.
-