Uses of Class
io.netty.channel.nio.AbstractNioChannel
Packages that use AbstractNioChannel
Package
Description
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
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 AbstractNioChannel in io.netty.channel.nio
Subclasses of AbstractNioChannel in io.netty.channel.nioModifier and TypeClassDescriptionclassAbstractNioChannelbase class forChannels that operate on bytes.classAbstractNioChannelbase class forChannels that operate on messages. -
Uses of AbstractNioChannel in io.netty.channel.sctp.nio
Subclasses of AbstractNioChannel 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 AbstractNioChannel in io.netty.channel.socket.nio
Subclasses of AbstractNioChannel in io.netty.channel.socket.nioModifier and TypeClassDescriptionfinal classAn NIO datagramChannelthat sends and receives anAddressedEnvelopeinvalid input: '<'ByteBuf, SocketAddress>.final classDuplexChannelwhich uses NIO selector based implementation to support UNIX Domain Sockets.final classAServerChannelimplementation which uses NIO selector based implementation to support UNIX Domain Sockets.classAServerSocketChannelimplementation which uses NIO selector based implementation to accept new connections.classSocketChannelwhich uses NIO selector based implementation. -
Uses of AbstractNioChannel in io.netty.channel.udt.nio
Subclasses of AbstractNioChannel 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.classDeprecated.The UDT transport is no longer maintained and will be removed.classDeprecated.The UDT transport is no longer maintained and will be removed.