com.aelitis.azureus.core.dht.transport
Interface DHTTransportAlternativeContact

All Known Implementing Classes:
DHTTransportAlternativeContactImpl

public interface DHTTransportAlternativeContact


Method Summary
 int getAge()
          Gets the contact's age since last known to be alive in seconds
 int getID()
          A good-enough ID to spot duplicates - must be equal to Arrays.hashCode( BEncode( getProperties()));
 int getLastAlive()
          Deprecated.  
 int getNetworkType()
           
 Map<String,Object> getProperties()
           
 int getVersion()
           
 

Method Detail

getNetworkType

int getNetworkType()

getVersion

int getVersion()

getID

int getID()
A good-enough ID to spot duplicates - must be equal to Arrays.hashCode( BEncode( getProperties()));

Returns:

getLastAlive

int getLastAlive()
Deprecated. 

Returns:

getAge

int getAge()
Gets the contact's age since last known to be alive in seconds

Returns:

getProperties

Map<String,Object> getProperties()