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 openChannels 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-safeSetthat contains openChannels and provides various bulk operations on them.ChannelGroupFuture The result of an asynchronousChannelGroupoperation.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 defaultChannelGroupimplementation. -
Classes in org.jboss.netty.channel.group used by org.jboss.netty.example.securechat Class Description ChannelGroup A thread-safeSetthat contains openChannels and provides various bulk operations on them.