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 classAbstractEpollServerChannelclassAbstractEpollStreamChannelclassEpollDatagramChannelDatagramChannelimplementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.classEpollDomainDatagramChannelclassEpollDomainSocketChannelclassEpollServerDomainSocketChannelclassEpollServerSocketChannelServerSocketChannelimplementation 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.netty.channel.kqueue
Classes in io.netty.channel.kqueue that implement UnixChannel Modifier and Type Class Description classAbstractKQueueServerChannelclassAbstractKQueueStreamChannelclassKQueueDatagramChannelclassKQueueDomainDatagramChannelclassKQueueDomainSocketChannelclassKQueueServerDomainSocketChannelclassKQueueServerSocketChannelclassKQueueSocketChannel -
Uses of UnixChannel in io.netty.channel.unix
Subinterfaces of UnixChannel in io.netty.channel.unix Modifier and Type Interface Description interfaceDomainDatagramChannelAUnixChannelthat supports communication via UNIX domain datagram sockets.interfaceDomainSocketChannelAUnixChannelthat supports communication via Unix Domain Socket.interfaceServerDomainSocketChannel -
Uses of UnixChannel in io.netty.channel.uring
Classes in io.netty.channel.uring that implement UnixChannel Modifier and Type Class Description classIoUringDatagramChannelclassIoUringDomainSocketChannelDomainSocketChannelimplementation that uses linux io_uringclassIoUringServerDomainSocketChannelclassIoUringServerSocketChannelclassIoUringSocketChannel
-