|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.networkdb.kademlia.FloodOnlyLookupSelector
class FloodOnlyLookupSelector
Mostly replaced by IterativeLookupSelector
Constructor Summary | |
---|---|
FloodOnlyLookupSelector(RouterContext ctx,
FloodOnlySearchJob search)
|
Method Summary | |
---|---|
boolean |
continueMatching()
Returns true if the selector should still keep searching for further matches. |
long |
getExpiration()
Returns the # of milliseconds since the epoch after which this selector should stop searching for matches. |
boolean |
isMatch(I2NPMessage message)
Returns true if the received message matches the selector. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FloodOnlyLookupSelector(RouterContext ctx, FloodOnlySearchJob search)
Method Detail |
---|
public boolean continueMatching()
MessageSelector
continueMatching
in interface MessageSelector
public long getExpiration()
MessageSelector
getExpiration
in interface MessageSelector
public boolean isMatch(I2NPMessage message)
MessageSelector
isMatch
in interface MessageSelector
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |