Uses of Package
org.jboss.netty.channel.group
-
Packages that use org.jboss.netty.channel.group Package Description org.jboss.netty.channel.group A channel registry which helps a user maintain the list of openChannel
s 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 -
Classes in org.jboss.netty.channel.group used by org.jboss.netty.channel.group Class Description ChannelGroup A thread-safeSet
that contains openChannel
s and provides various bulk operations on them.ChannelGroupFuture The result of an asynchronousChannelGroup
operation.ChannelGroupFutureListener Listens to the result of aChannelGroupFuture
. -
Classes in org.jboss.netty.channel.group used by org.jboss.netty.channel.local Class Description DefaultChannelGroup The defaultChannelGroup
implementation. -
Classes in org.jboss.netty.channel.group used by org.jboss.netty.example.securechat Class Description ChannelGroup A thread-safeSet
that contains openChannel
s and provides various bulk operations on them.