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). -
-
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.AbstractNioUnsafeMethods in io.netty.channel.nio that return AbstractNioChannel.NioUnsafe Modifier and Type Method Description AbstractNioChannel.NioUnsafeAbstractNioChannel. unsafe()
-