FileDocCategorySizeDatePackage
SpeedManagerAlgorithmProviderAdapter.javaAPI DocAzureus 3.0.3.42022Wed Jul 25 09:03:46 BST 2007com.aelitis.azureus.core.speedmanager.impl

SpeedManagerAlgorithmProviderAdapter

public interface SpeedManagerAlgorithmProviderAdapter

Fields Summary
Constructors Summary
Methods Summary
public com.aelitis.azureus.core.speedmanager.SpeedManagerPingMappercreateTransientPingMapper()
Creates a mapper starting from current time. Must be destroyed by calling "destroy" when done with

return

public intgetCurrentDataDownloadSpeed()

public intgetCurrentDataUploadSpeed()

public intgetCurrentDownloadLimit()

public intgetCurrentProtocolDownloadSpeed()

public intgetCurrentProtocolUploadSpeed()

public intgetCurrentUploadLimit()

public com.aelitis.azureus.core.speedmanager.SpeedManagerPingMappergetPingMapper()

public com.aelitis.azureus.core.speedmanager.SpeedManagergetSpeedManager()

public voidlog(java.lang.String str)

public voidsetCurrentDownloadLimit(int bytes_per_second)

public voidsetCurrentUploadLimit(int bytes_per_second)

public voidsetLoggingEnabled(boolean enabled)