The Netty Project 3.2.5.Final

Uses of Interface
org.jboss.netty.channel.group.ChannelGroupFutureListener

Packages that use ChannelGroupFutureListener
org.jboss.netty.channel.group A channel registry which helps a user maintain the list of open Channels 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
 void ChannelGroupFuture.addListener(ChannelGroupFutureListener listener)
          Adds the specified listener to this future.
 void DefaultChannelGroupFuture.addListener(ChannelGroupFutureListener listener)
           
 void ChannelGroupFuture.removeListener(ChannelGroupFutureListener listener)
          Removes the specified listener from this future.
 void DefaultChannelGroupFuture.removeListener(ChannelGroupFutureListener listener)
           
 


The Netty Project 3.2.5.Final

Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.