Uses of Interface
com.echomine.net.ConnectionThrottler

Packages that use ConnectionThrottler
com.echomine.net   
 

Uses of ConnectionThrottler in com.echomine.net
 

Classes in com.echomine.net that implement ConnectionThrottler
 class SimpleConnectionThrottler
          This throttler simply throttles the rate by checking to see if the rate is above the rate limit, and if it is, sleep occurs so that the rate is decreased (since rate is calculated as data transferred over a period of time).
 

Methods in com.echomine.net that return ConnectionThrottler
 ConnectionThrottler ConnectionModel.getThrottler()
           
 

Methods in com.echomine.net with parameters of type ConnectionThrottler
 void ConnectionModel.setThrottler(ConnectionThrottler throttler)
          sets the throttler for the connection bandwidth.
 

Constructors in com.echomine.net with parameters of type ConnectionThrottler
ConnectionModel(java.net.InetAddress host, int port, ConnectionThrottler throttler)
           
ConnectionModel(java.lang.String hostname, int port, ConnectionThrottler throttler)
           
 



Copyright © 2001-2005 Echomine. All Rights Reserved.