Uses of Class
org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler

Packages that use AbstractTrafficShapingHandler
org.jboss.netty.handler.traffic Implementation of a Traffic Shaping Handler and Dynamic Statistics. 
 

Uses of AbstractTrafficShapingHandler in org.jboss.netty.handler.traffic
 

Subclasses of AbstractTrafficShapingHandler in org.jboss.netty.handler.traffic
 class ChannelTrafficShapingHandler
          This implementation of the AbstractTrafficShapingHandler is for channel traffic shaping, that is to say a per channel limitation of the bandwidth.
 class GlobalTrafficShapingHandler
          This implementation of the AbstractTrafficShapingHandler is for global traffic shaping, that is to say a global limitation of the bandwidth, whatever the number of opened channels.
 

Constructors in org.jboss.netty.handler.traffic with parameters of type AbstractTrafficShapingHandler
TrafficCounter(AbstractTrafficShapingHandler trafficShapingHandler, org.jboss.netty.util.Timer timer, String name, long checkInterval)
          Constructor with the AbstractTrafficShapingHandler that hosts it, the Timer to use, its name, the checkInterval between two computations in millisecond
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.