Uses of Interface
io.netty.channel.nio.AbstractNioChannel.NioUnsafe
-
Packages that use AbstractNioChannel.NioUnsafe 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.NioUnsafe in io.netty.channel.nio
Classes in io.netty.channel.nio that implement AbstractNioChannel.NioUnsafe Modifier and Type Class Description protected classAbstractNioByteChannel.NioByteUnsafeprotected classAbstractNioChannel.AbstractNioUnsafeprivate classAbstractNioMessageChannel.NioMessageUnsafeMethods in io.netty.channel.nio that return AbstractNioChannel.NioUnsafe Modifier and Type Method Description AbstractNioChannel.NioUnsafeAbstractNioChannel. unsafe() -
Uses of AbstractNioChannel.NioUnsafe in io.netty.channel.socket.nio
Classes in io.netty.channel.socket.nio that implement AbstractNioChannel.NioUnsafe Modifier and Type Class Description private classNioSocketChannel.NioSocketChannelUnsafe
-