Public Member Functions | |
void | sink () throws Throwable |
void | sync () throws MalformedContentNameStringException, IOException, SignatureException |
void | gets () throws Throwable |
void | server () throws Throwable |
synchronized Interest | handleContent (ContentObject contentObject, Interest matchInterest) |
Callback called when we get new results for our query. |
NOTE: This test requires ccnd to be running and complementary source process
synchronized Interest org.ccnx.ccn.test.endtoend.EndToEndTestSink.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.