Methods in net.i2p.router.networkdb.kademlia that return DatabaseLookupMessage |
protected DatabaseLookupMessage |
SearchJob.buildMessage(TunnelId replyTunnelId,
RouterInfo replyGateway,
long expiration)
Build the database search message |
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(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. |
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). |