Package | Description |
---|---|
org.jboss.netty.channel.group |
A channel registry which helps a user maintain the list of open
Channel s and perform bulk operations on them. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultChannelGroupFuture.addListener(ChannelGroupFutureListener listener) |
void |
ChannelGroupFuture.addListener(ChannelGroupFutureListener listener)
Adds the specified listener to this future.
|
void |
DefaultChannelGroupFuture.removeListener(ChannelGroupFutureListener listener) |
void |
ChannelGroupFuture.removeListener(ChannelGroupFutureListener listener)
Removes the specified listener from this future.
|
Copyright © 2008-2016 The Netty Project. All Rights Reserved.