MessageSelectorclass FloodOnlyLookupSelector extends java.lang.Object implements MessageSelector
| コンストラクタ | 説明 |
|---|---|
FloodOnlyLookupSelector(RouterContext ctx,
FloodOnlySearchJob 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) |
Returns true if the received message matches the selector.
|
java.lang.String |
toString() |
public FloodOnlyLookupSelector(RouterContext ctx, FloodOnlySearchJob search)
public boolean continueMatching()
MessageSelectorcontinueMatching インタフェース内 MessageSelectorpublic long getExpiration()
MessageSelectorgetExpiration インタフェース内 MessageSelectorpublic boolean isMatch(I2NPMessage message)
MessageSelectorisMatch インタフェース内 MessageSelectorpublic java.lang.String toString()
toString クラス内 java.lang.Object