Part of the end to end test infrastructure. More...
Public Member Functions | |
void | sink () throws Throwable |
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. |
Part of the end to end test infrastructure.
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.CCNInterestListener.