|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatabaseSearchReplyMessage | |
---|---|
net.i2p.router.networkdb.kademlia |
Uses of DatabaseSearchReplyMessage in net.i2p.router.networkdb.kademlia |
---|
Methods in net.i2p.router.networkdb.kademlia with parameters of type DatabaseSearchReplyMessage | |
---|---|
(package private) void |
SearchJob.replyFound(DatabaseSearchReplyMessage message,
Hash peer)
always send through the lease protected DatabaseLookupMessage buildMessage(long expiration) { DatabaseLookupMessage msg = new DatabaseLookupMessage(getContext(), true); msg.setSearchKey(_state.getTarget()); msg.setFrom(getContext().routerHash()); msg.setDontIncludePeers(_state.getClosestAttempted(MAX_CLOSEST)); msg.setMessageExpiration(expiration); msg.setReplyTunnel(null); return msg; } |
Constructors in net.i2p.router.networkdb.kademlia with parameters of type DatabaseSearchReplyMessage | |
---|---|
SearchReplyJob(RouterContext enclosingContext,
SearchJob job,
DatabaseSearchReplyMessage message,
Hash peer,
long duration)
|
|
SingleLookupJob(RouterContext ctx,
DatabaseSearchReplyMessage dsrm)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |