Package com.biglybt.pif.tracker
Interface TrackerPeer
-
- All Known Implementing Classes:
TrackerPeerImpl
public interface TrackerPeer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getAmountLeft()
long
getDownloaded()
java.lang.String
getIP()
java.lang.String
getIPRaw()
Raw value is as read, not InetAddress lookupedbyte[]
getPeerID()
int
getPort()
long
getUploaded()
boolean
isSeed()
-
-
-
Method Detail
-
isSeed
boolean isSeed()
-
getAmountLeft
long getAmountLeft()
-
getDownloaded
long getDownloaded()
-
getUploaded
long getUploaded()
-
getIP
java.lang.String getIP()
-
getPort
int getPort()
-
getPeerID
byte[] getPeerID()
-
getIPRaw
java.lang.String getIPRaw()
Raw value is as read, not InetAddress lookuped- Returns:
-
-