| Package | Description |
|---|---|
| org.jboss.netty.channel.group |
A channel registry which helps a user maintain the list of open
Channels and perform bulk operations on them. |
| org.jboss.netty.channel.local |
A virtual transport that enables the communication between the two
parties in the same virtual machine.
|
| org.jboss.netty.example.securechat |
| Class and Description |
|---|
| ChannelGroup
A thread-safe
Set that contains open Channels and provides
various bulk operations on them. |
| ChannelGroupFuture
The result of an asynchronous
ChannelGroup operation. |
| ChannelGroupFutureListener
Listens to the result of a
ChannelGroupFuture. |
| Class and Description |
|---|
| DefaultChannelGroup
The default
ChannelGroup implementation. |
| Class and Description |
|---|
| ChannelGroup
A thread-safe
Set that contains open Channels and provides
various bulk operations on them. |