Uses of Interface
io.netty.channel.socket.DuplexChannel
Packages that use DuplexChannel
Package
Description
Optimized transport for linux which uses EPOLL.
BSD specific transport.
Abstract TCP and UDP socket interfaces which extend the core channel API.
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
Unix specific transport.
io_uring is a high I/O performance scalable interface for fully
asynchronous Linux syscalls.
QUIC implementation
-
Uses of DuplexChannel in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement DuplexChannelModifier and TypeClassDescriptionclassfinal classfinal classSocketChannelimplementation that uses linux EPOLL. -
Uses of DuplexChannel in io.netty.channel.kqueue
Classes in io.netty.channel.kqueue that implement DuplexChannelModifier and TypeClassDescriptionclassfinal classfinal class -
Uses of DuplexChannel in io.netty.channel.socket
Subinterfaces of DuplexChannel in io.netty.channel.socket -
Uses of DuplexChannel in io.netty.channel.socket.nio
Classes in io.netty.channel.socket.nio that implement DuplexChannelModifier and TypeClassDescriptionfinal classDuplexChannelwhich uses NIO selector based implementation to support UNIX Domain Sockets.classSocketChannelwhich uses NIO selector based implementation. -
Uses of DuplexChannel in io.netty.channel.socket.oio
Classes in io.netty.channel.socket.oio that implement DuplexChannelModifier and TypeClassDescriptionclassDeprecated.use NIO / EPOLL / KQUEUE transport. -
Uses of DuplexChannel in io.netty.channel.unix
Subinterfaces of DuplexChannel in io.netty.channel.unixModifier and TypeInterfaceDescriptioninterfaceAUnixChannelthat supports communication via Unix Domain Socket. -
Uses of DuplexChannel in io.netty.channel.uring
Classes in io.netty.channel.uring that implement DuplexChannelModifier and TypeClassDescriptionfinal classDomainSocketChannelimplementation that uses linux io_uringfinal class -
Uses of DuplexChannel in io.netty.handler.codec.quic
Subinterfaces of DuplexChannel in io.netty.handler.codec.quic