Package com.biglybt.core.tracker.host
Interface TRHostPeer
-
- All Known Implementing Classes:
TRHostPeerHostImpl
,TRHostPeerPublishImpl
public interface TRHostPeer
-
-
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()
byte[]
getPeerID()
int
getPort()
long
getUploaded()
boolean
isSeed()
-