Record of a filter describing portion of namespace for which this application can respond to interests. More...
Public Member Functions | |
Filter (ContentName n, Object h, Object o) | |
boolean | deliver (Interest interest) |
Call the user's interest handler callback. | |
String | toString () |
Protected Attributes | |
Interest | interest = null |
ContentName | prefix = null |
Record of a filter describing portion of namespace for which this application can respond to interests.
Used to deliver incoming interests to registered interest handlers
boolean org.ccnx.ccn.impl.CCNNetworkManager.Filter.deliver | ( | Interest | interest | ) |
Call the user's interest handler callback.
interest | - the interest that triggered this |