Uses of Class
io.netty.channel.nio.AbstractNioMessageChannel
-
Packages that use AbstractNioMessageChannel Package Description io.netty.channel.sctp.nio NIO-based SCTP Channel API implementation - recommended for a large number of connections (>= 1000).io.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).io.netty.channel.udt.nio UDT Transport for NIO Channels. -
-
Uses of AbstractNioMessageChannel in io.netty.channel.sctp.nio
Subclasses of AbstractNioMessageChannel in io.netty.channel.sctp.nio Modifier and Type Class Description classNioSctpChannelSctpChannelimplementation which use non-blocking mode and allows to read / writeSctpMessages to the underlyingSctpChannel.classNioSctpServerChannelSctpServerChannelimplementation which use non-blocking mode to accept new connections and create theNioSctpChannelfor them. -
Uses of AbstractNioMessageChannel in io.netty.channel.socket.nio
Subclasses of AbstractNioMessageChannel in io.netty.channel.socket.nio Modifier and Type Class Description classNioDatagramChannelAn NIO datagramChannelthat sends and receives anAddressedEnvelope.classNioServerDomainSocketChannelAServerChannelimplementation which uses NIO selector based implementation to support UNIX Domain Sockets.classNioServerSocketChannelAServerSocketChannelimplementation which uses NIO selector based implementation to accept new connections. -
Uses of AbstractNioMessageChannel in io.netty.channel.udt.nio
Subclasses of AbstractNioMessageChannel in io.netty.channel.udt.nio Modifier and Type Class Description classNioUdtAcceptorChannelDeprecated.The UDT transport is no longer maintained and will be removed.classNioUdtByteAcceptorChannelDeprecated.The UDT transport is no longer maintained and will be removed.classNioUdtMessageAcceptorChannelDeprecated.The UDT transport is no longer maintained and will be removed.classNioUdtMessageConnectorChannelDeprecated.The UDT transport is no longer maintained and will be removed.classNioUdtMessageRendezvousChannelDeprecated.The UDT transport is no longer maintained and will be removed.
-