Uses of Interface
io.netty.channel.unix.DomainSocketChannel
-
Packages that use DomainSocketChannel Package Description io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty.channel.kqueue BSD specific transport.io.netty.channel.uring io_uring is a high I/O performance scalable interface for fully asynchronous Linux syscalls. -
-
Uses of DomainSocketChannel in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement DomainSocketChannel Modifier and Type Class Description class
EpollDomainSocketChannel
-
Uses of DomainSocketChannel in io.netty.channel.kqueue
Classes in io.netty.channel.kqueue that implement DomainSocketChannel Modifier and Type Class Description class
KQueueDomainSocketChannel
-
Uses of DomainSocketChannel in io.netty.channel.uring
Classes in io.netty.channel.uring that implement DomainSocketChannel Modifier and Type Class Description class
IoUringDomainSocketChannel
DomainSocketChannel
implementation that uses linux io_uring
-