Uses of Interface
org.jboss.netty.channel.group.ChannelGroupFutureListener
-
Packages that use ChannelGroupFutureListener 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. -
-
Uses of ChannelGroupFutureListener in org.jboss.netty.channel.group
Methods in org.jboss.netty.channel.group with parameters of type ChannelGroupFutureListener Modifier and Type Method Description voidChannelGroupFuture. addListener(ChannelGroupFutureListener listener)Adds the specified listener to this future.voidDefaultChannelGroupFuture. addListener(ChannelGroupFutureListener listener)voidChannelGroupFuture. removeListener(ChannelGroupFutureListener listener)Removes the specified listener from this future.voidDefaultChannelGroupFuture. removeListener(ChannelGroupFutureListener listener)
-