| Package | Description |
|---|---|
| org.jboss.netty.channel.local |
A virtual transport that enables the communication between the two
parties in the same virtual machine.
|
| 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 ThreadLocalBoolean |
DefaultLocalChannel.delivering |
| Modifier and Type | Field and Description |
|---|---|
private ThreadLocalBoolean |
AbstractNioChannel.WriteRequestQueue.notifying |