| 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 |
|---|---|
private SocketSendBufferPool.Preallocation |
SocketSendBufferPool.current |
private SocketSendBufferPool.Preallocation |
SocketSendBufferPool.PooledSendBuffer.parent |
| Modifier and Type | Method and Description |
|---|---|
private SocketSendBufferPool.Preallocation |
SocketSendBufferPool.getPreallocation() |
private SocketSendBufferPool.Preallocation |
SocketSendBufferPool.getPreallocation0() |
| Constructor and Description |
|---|
PooledSendBuffer(SocketSendBufferPool.Preallocation parent,
java.nio.ByteBuffer buffer) |
PreallocationRef(SocketSendBufferPool.Preallocation prealloation,
SocketSendBufferPool.PreallocationRef next) |