Record of a filter describing portion of namespace for which this application can respond to interests. More...
Public Member Functions | |
Filter (CCNNetworkManager mgr, ContentName n, CCNFilterListener l, Object o) | |
synchronized boolean | add (Interest i) |
void | deliver () |
Deliver interest to a registered handler. | |
String | toString () |
Protected Attributes | |
Interest | interest |
ArrayList< Interest > | extra = new ArrayList<Interest>(1) |
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