Public Member Functions | |
void | testInterestEndToEnd () throws MalformedContentNameStringException, IOException, InterruptedException |
boolean | handleInterest (Interest interest) |
Callback called when we get a new interest matching our filter. | |
Interest | handleContent (ContentObject data, Interest interest) |
Callback called when we get new results for our query. |
Requires a running ccnd
boolean org.ccnx.ccn.test.profiles.ccnd.InterestEndToEndUsingPrefixTest.handleInterest | ( | Interest | interest | ) |
Callback called when we get a new interest matching our filter.
interests | The matching interest |
Implements org.ccnx.ccn.CCNInterestHandler.
Interest org.ccnx.ccn.test.profiles.ccnd.InterestEndToEndUsingPrefixTest.handleContent | ( | ContentObject | data, | |
Interest | interest | |||
) |
Callback called when we get new results for our query.
data | the ContentObject that matched our Interest | |
interest | Interest that was satisfied |
Implements org.ccnx.ccn.CCNContentHandler.