Uses of Class
io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
-
Packages that use AbstractNioChannel.AbstractNioUnsafe Package Description io.netty.channel.nio NIO-based 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). -
-
Uses of AbstractNioChannel.AbstractNioUnsafe in io.netty.channel.nio
Subclasses of AbstractNioChannel.AbstractNioUnsafe in io.netty.channel.nio Modifier and Type Class Description protected classAbstractNioByteChannel.NioByteUnsafeMethods in io.netty.channel.nio that return AbstractNioChannel.AbstractNioUnsafe Modifier and Type Method Description protected 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.AbstractNioUnsafe Modifier and Type Method Description protected AbstractNioChannel.AbstractNioUnsafeNioDomainSocketChannel. newUnsafe()protected AbstractNioChannel.AbstractNioUnsafeNioSocketChannel. newUnsafe()
-