This class contains tests that can be used for diagnosis or other purposes which should not be run as part of the standard test suite. More...
Public Member Functions | |
void | testThreadOverflow () |
Interest | handleContent (ContentObject data, Interest interest) |
Callback called when we get new results for our query. | |
Static Package Attributes | |
static CCNTestHelper | testHelper = new CCNTestHelper(NetworkTestExtra.class) |
This class contains tests that can be used for diagnosis or other purposes which should not be run as part of the standard test suite.
Interest org.ccnx.ccn.test.impl.NetworkTestExtra.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.