Interface PeerManagerRegistrationAdapter

All Known Implementing Classes:
DownloadManagerController, LightWeightSeed

public interface PeerManagerRegistrationAdapter
  • Field Details

  • Method Details

    • getHashOverride

      byte[] getHashOverride()
    • getHashOverrideLocalPort

      int getHashOverrideLocalPort(boolean only_if_allocated)
    • getSecrets

      byte[][] getSecrets()
    • getNbPieces

      int getNbPieces()
    • getExtendedMessagingMode

      int getExtendedMessagingMode()
    • getPeerID

      byte[] getPeerID()
    • manualRoute

      boolean manualRoute(NetworkConnection connection)
    • isPeerSourceEnabled

      boolean isPeerSourceEnabled(String peer_source)
    • activateRequest

      int activateRequest(InetSocketAddress remote_address)
      Parameters:
      remote_address -
      Returns:
      one of the AT_ constants
    • deactivateRequest

      void deactivateRequest(InetSocketAddress remote_address)
    • getDescription

      String getDescription()