org.gudy.azureus2.core3.tracker.client
Interface TRTrackerAnnouncerDataProvider


public interface TRTrackerAnnouncerDataProvider

Author:
parg

Method Summary
 int getConnectedConnectionCount()
           
 int getCryptoLevel()
           
 String getExtensions()
           
 long getFailedHashCheck()
           
 int getMaxNewConnectionsAllowed(String network)
           
 String getName()
           
 int getPendingConnectionCount()
           
 long getRemaining()
           
 long getTotalReceived()
           
 long getTotalSent()
           
 int getUploadSpeedKBSec(boolean estimate)
           
 boolean isPeerSourceEnabled(String peer_source)
           
 void setPeerSources(String[] allowed_sources)
           
 

Method Detail

getName

String getName()

getTotalSent

long getTotalSent()

getTotalReceived

long getTotalReceived()

getRemaining

long getRemaining()

getFailedHashCheck

long getFailedHashCheck()

getExtensions

String getExtensions()

getMaxNewConnectionsAllowed

int getMaxNewConnectionsAllowed(String network)

getPendingConnectionCount

int getPendingConnectionCount()

getConnectedConnectionCount

int getConnectedConnectionCount()

getUploadSpeedKBSec

int getUploadSpeedKBSec(boolean estimate)

getCryptoLevel

int getCryptoLevel()

isPeerSourceEnabled

boolean isPeerSourceEnabled(String peer_source)

setPeerSources

void setPeerSources(String[] allowed_sources)