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).
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractNioByteChannel.NioByteUnsafe |
Modifier and Type | Method and Description |
---|---|
protected AbstractNioChannel.AbstractNioUnsafe |
AbstractNioMessageChannel.newUnsafe() |
protected AbstractNioChannel.AbstractNioUnsafe |
AbstractNioByteChannel.newUnsafe() |
Modifier and Type | Method and Description |
---|---|
protected AbstractNioChannel.AbstractNioUnsafe |
NioSocketChannel.newUnsafe() |
Copyright © 2008–2018 The Netty Project. All rights reserved.