Uses of Class
io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
Packages that use AbstractNioChannel.AbstractNioUnsafe
Package
Description
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
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.nioModifier and TypeClassDescriptionprotected class
private final class
Methods in io.netty.channel.nio that return AbstractNioChannel.AbstractNioUnsafeModifier and TypeMethodDescriptionprotected 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.nioModifier and TypeClassDescriptionprivate final class
private final class
Methods in io.netty.channel.socket.nio that return AbstractNioChannel.AbstractNioUnsafeModifier and TypeMethodDescriptionprotected AbstractNioChannel.AbstractNioUnsafe
NioDomainSocketChannel.newUnsafe()
protected AbstractNioChannel.AbstractNioUnsafe
NioSocketChannel.newUnsafe()