| Package | Description |
|---|---|
| org.jboss.netty.channel.socket.nio |
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
|
| Modifier and Type | Field and Description |
|---|---|
(package private) SocketSendBufferPool.PreallocationRef |
SocketSendBufferPool.PreallocationRef.next |
private SocketSendBufferPool.PreallocationRef |
SocketSendBufferPool.poolHead |
| Constructor and Description |
|---|
PreallocationRef(SocketSendBufferPool.Preallocation prealloation,
SocketSendBufferPool.PreallocationRef next) |