FloodOnlyLookupSelector
, IterativeLookupSelector
, SearchMessageSelector
, StoreMessageSelector
public interface MessageSelector
修飾子とタイプ | メソッド | 説明 |
---|---|---|
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.
|
boolean isMatch(I2NPMessage message)
boolean continueMatching()
long getExpiration()