Part of the end to end test infrastructure. More...
Public Member Functions | |
void | source () throws Throwable |
void | puts () throws Throwable |
void | server () throws Throwable |
synchronized boolean | handleInterest (Interest interest) |
Callback called when we get a new interest matching our filter. | |
Protected Attributes | |
CCNWriter | _writer |
Part of the end to end test infrastructure.
NOTE: This test requires ccnd to be running and complementary sink process
synchronized boolean org.ccnx.ccn.test.endtoend.EndToEndTestSource.handleInterest | ( | Interest | interest | ) |
Callback called when we get a new interest matching our filter.
interests | The matching interest |
Implements org.ccnx.ccn.CCNFilterListener.