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 class
AbstractNioByteChannel.NioByteUnsafe
Methods in io.netty.channel.nio that return AbstractNioChannel.AbstractNioUnsafe Modifier and Type Method Description protected AbstractNioChannel.AbstractNioUnsafe
AbstractNioByteChannel. newUnsafe()
protected AbstractNioChannel.AbstractNioUnsafe
AbstractNioMessageChannel. 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.AbstractNioUnsafe
NioDomainSocketChannel. newUnsafe()
protected AbstractNioChannel.AbstractNioUnsafe
NioSocketChannel. newUnsafe()
-