程序包 | 说明 |
---|---|
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. |
限定符和类型 | 类和说明 |
---|---|
class |
DefaultChannelGroup
The default
ChannelGroup implementation. |
限定符和类型 | 方法和说明 |
---|---|
ChannelGroup |
DefaultChannelGroupFuture.getGroup() |
ChannelGroup |
ChannelGroupFuture.getGroup()
Returns the
ChannelGroup which is associated with this future. |
限定符和类型 | 方法和说明 |
---|---|
int |
DefaultChannelGroup.compareTo(ChannelGroup o) |
构造器和说明 |
---|
DefaultChannelGroupFuture(ChannelGroup group,
java.util.Collection<ChannelFuture> futures)
Creates a new instance.
|