class IterativeLookupSelector extends Object implements MessageSelector
| Constructor and Description |
|---|
IterativeLookupSelector(RouterContext ctx,
IterativeSearchJob search)IterativeLookupSelector. |
| Modifier and Type | Method and Description |
|---|---|
boolean | continueMatching()continueMatching. |
long | getExpiration()Returns the # of milliseconds since the epoch after which this selector should
stop searching for matches. |
boolean | isMatch(I2NPMessage message)This only returns true for DSMs, not for DSRMs. |
String | toString()Returns a string representation of this selector. |
public IterativeLookupSelector(RouterContext ctx, IterativeSearchJob search)
public boolean continueMatching()
continueMatching in interface MessageSelectorpublic long getExpiration()
MessageSelectorgetExpiration in interface MessageSelectorpublic boolean isMatch(I2NPMessage message)
isMatch in interface MessageSelector