Uses of Class
planet.test.dht2.DHTMessage

Packages that use DHTMessage
planet.test.dht2   
 

Uses of DHTMessage in planet.test.dht2
 

Methods in planet.test.dht2 with parameters of type DHTMessage
 void DHTApplication.store(DHTMessage msg)
          This method stores key/value pair on the distributed repository of DHT application.
 void DHTApplication.retrieve(DHTMessage msg)
          This method retrieves value from a key from the dsitributed repository build on top of Symphony Lookup protocol.