Class DHTTransportAlternativeContactImpl

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DHTTransportAlternativeContactImpl​(byte _network_type, byte _version, short _age, byte[] _encoded)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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()  
      int getNetworkType()  
      java.util.Map<java.lang.String,​java.lang.Object> getProperties()  
      int getVersion()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait