Interface TrackerPeer

All Known Implementing Classes:
TrackerPeerImpl

public interface TrackerPeer
  • Method Details

    • isSeed

      boolean isSeed()
    • getAmountLeft

      long getAmountLeft()
    • getDownloaded

      long getDownloaded()
    • getUploaded

      long getUploaded()
    • getIP

      String getIP()
    • getPort

      int getPort()
    • getPeerID

      byte[] getPeerID()
    • getIPRaw

      String getIPRaw()
      Raw value is as read, not InetAddress lookuped
      Returns: