Uses of Class
io.netty.channel.nio.AbstractNioMessageChannel
Packages that use AbstractNioMessageChannel
Package
Description
NIO-based SCTP Channel
API implementation - recommended for a large number of connections (>= 1000).
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
UDT Transport for NIO Channels.
-
Uses of AbstractNioMessageChannel in io.netty.channel.sctp.nio
Subclasses of AbstractNioMessageChannel in io.netty.channel.sctp.nioModifier and TypeClassDescriptionclassSctpChannelimplementation which use non-blocking mode and allows to read / writeSctpMessages to the underlyingSctpChannel.classSctpServerChannelimplementation 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.nioModifier and TypeClassDescriptionfinal classAn NIO datagramChannelthat sends and receives anAddressedEnvelopeinvalid input: '<'ByteBuf, SocketAddress>.final classAServerChannelimplementation which uses NIO selector based implementation to support UNIX Domain Sockets.classAServerSocketChannelimplementation 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.nioModifier and TypeClassDescriptionclassDeprecated.The UDT transport is no longer maintained and will be removed.classDeprecated.The UDT transport is no longer maintained and will be removed.classDeprecated.The UDT transport is no longer maintained and will be removed.classDeprecated.The UDT transport is no longer maintained and will be removed.classDeprecated.The UDT transport is no longer maintained and will be removed.