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

Packages that use NodeInfo
org.klomp.snark.dht   
 

Uses of NodeInfo in org.klomp.snark.dht
 

Methods in org.klomp.snark.dht that return NodeInfo
 NodeInfo DHTNodes.get(NID nid)
           
(package private)  NodeInfo KRPC.heardAbout(NodeInfo nInfo)
          Called for bootstrap or for all nodes in a receiveNodes reply.
 NodeInfo DHTNodes.putIfAbsent(NodeInfo nInfo)
           
 NodeInfo DHTNodes.remove(NID nid)
           
 

Methods in org.klomp.snark.dht that return types with arguments of type NodeInfo
 List<NodeInfo> KRPC.findClosest(byte[] ih, int max)
          Local lookup only
 List<NodeInfo> DHTNodes.findClosest(SHA1Hash h, int numWant)
          DHT
 Collection<NodeInfo> DHTNodes.values()
           
 

Methods in org.klomp.snark.dht with parameters of type NodeInfo
 int NodeInfoComparator.compare(NodeInfo lhs, NodeInfo rhs)
           
(package private)  NodeInfo KRPC.heardAbout(NodeInfo nInfo)
          Called for bootstrap or for all nodes in a receiveNodes reply.
 NodeInfo DHTNodes.putIfAbsent(NodeInfo nInfo)