|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageSelector
Define a mechanism to select what messages are associated with a particular OutNetMessage. This is used for finding replies to messages.
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 |
Method Detail |
---|
boolean isMatch(I2NPMessage message)
boolean continueMatching()
long getExpiration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |