| 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. |
| Modifier and Type | Field and Description |
|---|---|
private ChannelGroupFutureListener |
DefaultChannelGroupFuture.firstListener |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ChannelGroupFutureListener> |
DefaultChannelGroupFuture.otherListeners |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelGroupFuture.addListener(ChannelGroupFutureListener listener)
Adds the specified listener to this future.
|
void |
DefaultChannelGroupFuture.addListener(ChannelGroupFutureListener listener) |
private void |
DefaultChannelGroupFuture.notifyListener(ChannelGroupFutureListener l) |
void |
ChannelGroupFuture.removeListener(ChannelGroupFutureListener listener)
Removes the specified listener from this future.
|
void |
DefaultChannelGroupFuture.removeListener(ChannelGroupFutureListener listener) |