Uses of Class
io.netty5.channel.nio.AbstractNioChannel
-
Packages that use AbstractNioChannel Package Description io.netty5.channel.nio NIO-based channel API implementation - recommended for a large number of connections (>= 1000).io.netty5.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of AbstractNioChannel in io.netty5.channel.nio
Subclasses of AbstractNioChannel in io.netty5.channel.nio Modifier and Type Class Description classAbstractNioByteChannel<P extends Channel,L extends SocketAddress,R extends SocketAddress>AbstractNioChannelbase class forChannels that operate on bytes.classAbstractNioMessageChannel<P extends Channel,L extends SocketAddress,R extends SocketAddress>AbstractNioChannelbase class forChannels that operate on messages. -
Uses of AbstractNioChannel in io.netty5.channel.socket.nio
Subclasses of AbstractNioChannel in io.netty5.channel.socket.nio Modifier and Type Class Description classNioDatagramChannelAn NIODatagramChannelthat sends and receives anAddressedEnvelope.classNioServerSocketChannelAServerSocketChannelimplementation which uses NIO selector based implementation to accept new connections.classNioSocketChannelSocketChannelwhich uses NIO selector based implementation.
-