Package com.biglybt.core.tracker.client
Interface TRTrackerAnnouncerRequest
-
- All Known Implementing Classes:
TRTrackerAnnouncerRequestImpl
public interface TRTrackerAnnouncerRequest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getElapsed()
HashWrapper
getHash()
long
getReportedDownload()
long
getReportedUpload()
long
getSessionID()
java.net.URL
getURL()
boolean
isStopRequest()
-
-
-
Method Detail
-
getSessionID
long getSessionID()
-
isStopRequest
boolean isStopRequest()
-
getURL
java.net.URL getURL()
-
getHash
HashWrapper getHash()
-
getReportedUpload
long getReportedUpload()
-
getReportedDownload
long getReportedDownload()
-
getElapsed
long getElapsed()
-
-