MessageSelector
class IterativeLookupSelector extends java.lang.Object implements MessageSelector
コンストラクタ | 説明 |
---|---|
IterativeLookupSelector(RouterContext ctx,
IterativeSearchJob search) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
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) |
This only returns true for DSMs, not for DSRMs.
|
java.lang.String |
toString() |
public IterativeLookupSelector(RouterContext ctx, IterativeSearchJob search)
public boolean continueMatching()
MessageSelector
continueMatching
インタフェース内 MessageSelector
public long getExpiration()
MessageSelector
getExpiration
インタフェース内 MessageSelector
public boolean isMatch(I2NPMessage message)
isMatch
インタフェース内 MessageSelector
public java.lang.String toString()
toString
クラス内 java.lang.Object