Uses of Interface
io.netty.channel.unix.UnixChannel
-
Packages that use UnixChannel 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.unix Unix specific transport.io.netty.channel.uring io_uring is a high I/O performance scalable interface for fully asynchronous Linux syscalls. -
-
Uses of UnixChannel in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement UnixChannel Modifier and Type Class Description class
AbstractEpollServerChannel
class
AbstractEpollStreamChannel
class
EpollDatagramChannel
DatagramChannel
implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.class
EpollDomainDatagramChannel
class
EpollDomainSocketChannel
class
EpollServerDomainSocketChannel
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.netty.channel.kqueue
Classes in io.netty.channel.kqueue that implement UnixChannel Modifier and Type Class Description class
AbstractKQueueServerChannel
class
AbstractKQueueStreamChannel
class
KQueueDatagramChannel
class
KQueueDomainDatagramChannel
class
KQueueDomainSocketChannel
class
KQueueServerDomainSocketChannel
class
KQueueServerSocketChannel
class
KQueueSocketChannel
-
Uses of UnixChannel in io.netty.channel.unix
Subinterfaces of UnixChannel in io.netty.channel.unix Modifier and Type Interface Description interface
DomainDatagramChannel
AUnixChannel
that supports communication via UNIX domain datagram sockets.interface
DomainSocketChannel
AUnixChannel
that supports communication via Unix Domain Socket.interface
ServerDomainSocketChannel
-
Uses of UnixChannel in io.netty.channel.uring
Classes in io.netty.channel.uring that implement UnixChannel Modifier and Type Class Description class
IoUringDatagramChannel
class
IoUringServerSocketChannel
class
IoUringSocketChannel
-