Uses of Interface
io.netty.channel.socket.DuplexChannel
Packages that use DuplexChannel
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
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.
-
Uses of DuplexChannel in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement DuplexChannelModifier and TypeClassDescriptionclass
final class
final class
SocketChannel
implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance. -
Uses of DuplexChannel in io.netty.channel.kqueue
Classes in io.netty.channel.kqueue that implement DuplexChannelModifier and TypeClassDescriptionclass
final class
final 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 class
DuplexChannel
which uses NIO selector based implementation to support UNIX Domain Sockets.class
SocketChannel
which 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 TypeClassDescriptionclass
Deprecated.use NIO / EPOLL / KQUEUE transport. -
Uses of DuplexChannel in io.netty.channel.unix
Subinterfaces of DuplexChannel in io.netty.channel.unixModifier and TypeInterfaceDescriptioninterface
AUnixChannel
that supports communication via Unix Domain Socket.