Uses of Class
io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
Packages that use AbstractNioChannel.AbstractNioUnsafe
Package
Description
NIO-based 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).
-
Uses of AbstractNioChannel.AbstractNioUnsafe in io.netty.channel.nio
Subclasses of AbstractNioChannel.AbstractNioUnsafe in io.netty.channel.nioMethods in io.netty.channel.nio that return AbstractNioChannel.AbstractNioUnsafeModifier and TypeMethodDescriptionprotected AbstractNioChannel.AbstractNioUnsafeAbstractNioByteChannel.newUnsafe()protected AbstractNioChannel.AbstractNioUnsafeAbstractNioMessageChannel.newUnsafe() -
Uses of AbstractNioChannel.AbstractNioUnsafe in io.netty.channel.socket.nio
Methods in io.netty.channel.socket.nio that return AbstractNioChannel.AbstractNioUnsafeModifier and TypeMethodDescriptionprotected AbstractNioChannel.AbstractNioUnsafeNioDomainSocketChannel.newUnsafe()protected AbstractNioChannel.AbstractNioUnsafeNioSocketChannel.newUnsafe()