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
private class
AbstractNioMessageChannel.NioMessageUnsafe
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
Subclasses of AbstractNioChannel.AbstractNioUnsafe in io.netty.channel.socket.nio Modifier and Type Class Description private class
NioSocketChannel.NioSocketChannelUnsafe
Methods in io.netty.channel.socket.nio that return AbstractNioChannel.AbstractNioUnsafe Modifier and Type Method Description protected AbstractNioChannel.AbstractNioUnsafe
NioSocketChannel. newUnsafe()
-