Uses of Class
net.i2p.data.i2np.DatabaseLookupMessage

Packages that use DatabaseLookupMessage
net.i2p.router.networkdb   
net.i2p.router.networkdb.kademlia   
 

Uses of DatabaseLookupMessage in net.i2p.router.networkdb
 

Constructors in net.i2p.router.networkdb with parameters of type DatabaseLookupMessage
HandleDatabaseLookupMessageJob(RouterContext ctx, DatabaseLookupMessage receivedMessage, RouterIdentity from, Hash fromHash)
           
 

Uses of DatabaseLookupMessage in net.i2p.router.networkdb.kademlia
 

Methods in net.i2p.router.networkdb.kademlia that return DatabaseLookupMessage
protected  DatabaseLookupMessage SearchJob.buildMessage(long expiration)
          We're looking for a router, so lets build the lookup message (no need to tunnel route either, so just have replies sent back to us directly)
protected  DatabaseLookupMessage ExploreJob.buildMessage(long expiration)
          We're looking for a router, so lets build the lookup message (no need to tunnel route either, so just have replies sent back to us directly).
protected  DatabaseLookupMessage SearchJob.buildMessage(TunnelId replyTunnelId, Hash replyGateway, long expiration)
          Build the database search message
protected  DatabaseLookupMessage ExploreJob.buildMessage(TunnelId replyTunnelId, RouterInfo replyGateway, long expiration)
          Build the database search message, but unlike the normal searches, we're more explicit in what we /dont/ want.
 

Constructors in net.i2p.router.networkdb.kademlia with parameters of type DatabaseLookupMessage
HandleFloodfillDatabaseLookupMessageJob(RouterContext ctx, DatabaseLookupMessage receivedMessage, RouterIdentity from, Hash fromHash)