Uses of Class
org.klomp.snark.dht.NID

Packages that use NID
org.klomp.snark.dht   
 

Uses of NID in org.klomp.snark.dht
 

Fields in org.klomp.snark.dht declared as NID
static NID KRPC.FAKE_NID
          all-zero NID used for pings
 

Methods in org.klomp.snark.dht that return NID
static NID NodeInfo.generateNID(Hash h, int p, RandomSource random)
          Generate a secure NID that matches the Hash and port.
 NID NodeInfo.getNID()
           
 

Methods in org.klomp.snark.dht that return types with arguments of type NID
 List<NID> DHTNodes.getExploreKeys()
          DHT - get random keys to explore
 

Methods in org.klomp.snark.dht with parameters of type NID
 NodeInfo DHTNodes.get(NID nid)
           
 NodeInfo DHTNodes.remove(NID nid)
           
 boolean KBTrimmer.trim(KBucket<NID> kbucket, NID toAdd)
           
 

Method parameters in org.klomp.snark.dht with type arguments of type NID
 boolean KBTrimmer.trim(KBucket<NID> kbucket, NID toAdd)
           
 

Constructors in org.klomp.snark.dht with parameters of type NID
DHTNodes(I2PAppContext ctx, NID me)
           
NodeInfo(NID nID, Destination dest, int port)
          Use this if we have the full destination
NodeInfo(NID nID, Hash hash, int port)
          No Destination yet available
TokenKey(NID nID, InfoHash ih)