Uses of Interface
org.jboss.netty.channel.group.ChannelGroup
-
Packages that use ChannelGroup 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.example.securechat -
-
Uses of ChannelGroup in org.jboss.netty.channel.group
Classes in org.jboss.netty.channel.group that implement ChannelGroup Modifier and Type Class Description classDefaultChannelGroupThe defaultChannelGroupimplementation.Fields in org.jboss.netty.channel.group declared as ChannelGroup Modifier and Type Field Description private ChannelGroupDefaultChannelGroupFuture. groupMethods in org.jboss.netty.channel.group that return ChannelGroup Modifier and Type Method Description ChannelGroupChannelGroupFuture. getGroup()Returns theChannelGroupwhich is associated with this future.ChannelGroupDefaultChannelGroupFuture. getGroup()Methods in org.jboss.netty.channel.group with parameters of type ChannelGroup Modifier and Type Method Description intDefaultChannelGroup. compareTo(ChannelGroup o)Constructors in org.jboss.netty.channel.group with parameters of type ChannelGroup Constructor Description DefaultChannelGroupFuture(ChannelGroup group, java.util.Collection<ChannelFuture> futures)Creates a new instance.DefaultChannelGroupFuture(ChannelGroup group, java.util.Map<java.lang.Integer,ChannelFuture> futures) -
Uses of ChannelGroup in org.jboss.netty.example.securechat
Fields in org.jboss.netty.example.securechat declared as ChannelGroup Modifier and Type Field Description (package private) static ChannelGroupSecureChatServerHandler. channels
-