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

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
IterativeLookupJob(RouterContext ctx, DatabaseSearchReplyMessage dsrm, IterativeSearchJob search)
           
SearchReplyJob(RouterContext enclosingContext, SearchJob job, DatabaseSearchReplyMessage message, Hash peer, long duration)
           
SingleLookupJob(RouterContext ctx, DatabaseSearchReplyMessage dsrm)