org.ccnx.ccn.CCNFilterListener Interface Reference

Deprecated - use CCNInterestListener instead. More...

Inheritance diagram for org.ccnx.ccn.CCNFilterListener:

org.ccnx.ccn.CCNInterestHandler org.ccnx.ccn.test.impl.DeprecatedInterfaceTest

List of all members.


Detailed Description

Deprecated - use CCNInterestListener instead.

A CCN filter is essentially an "interest in Interests" -- it allows a caller to register to see Interest messages that come in from the network, and optionally generate (or merely provide) data in response. Filters are registered using CCNBase.registerFilter(ContentName, CCNFilterListener). Note that we will only see interests that match the name we registered in our filter -- in other words, Interests in that name or its children; not its parents. We will also only see Interests that were not already satisfied out of ccnd's own cache (or on the network path to our node).

See also:
CCNBase

CCNHandle


The documentation for this interface was generated from the following file:

Generated on Thu Feb 16 00:44:51 2012 for Content-Centric Networking in Java by  doxygen 1.5.6