net.sourceforge.speedcontrol.decider
Interface Decider

All Known Implementing Classes:
SimpleDecider

public interface Decider

This Decider is used to get hints about the current suggested upstream rate. Different Implementations are possible.


Method Summary
 int getSuggestedUpRate()
          get hint about suggested upload rate.
 void updateCurrentStatus(int currentDownRate)
          updates the current download rate
 

Method Detail

updateCurrentStatus

void updateCurrentStatus(int currentDownRate)
updates the current download rate


getSuggestedUpRate

int getSuggestedUpRate()
get hint about suggested upload rate.



Copyright © 2006 null. All Rights Reserved.