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 classEpollDatagramChannelDatagramChannelimplementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.classEpollServerSocketChannelServerSocketChannelimplementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.classEpollSocketChannelSocketChannelimplementation 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 classKQueueDatagramChannelDatagramChannelimplementation that uses KQueue.classKQueueServerSocketChannelServerSocketChannelimplementation that uses KQueue.classKQueueSocketChannelSocketChannelimplementation that uses KQueue.
-