org.ccnx.ccn.test.protocol.LatestVersionTest.Responder Class Reference
Runnable class for the single ContentObject responder.
More...
List of all members.
|
Public Member Functions |
boolean | handleInterest (Interest interest) |
| Callback called when we get a new interest matching our filter.
|
void | checkError () throws Error, InterruptedException |
Package Attributes |
AssertionCCNHandle | handle |
Detailed Description
Runnable class for the single ContentObject responder.
Member Function Documentation
boolean org.ccnx.ccn.test.protocol.LatestVersionTest.Responder.handleInterest |
( |
Interest |
interest |
) |
|
Callback called when we get a new interest matching our filter.
- Parameters:
-
| interests | The matching interest |
- Returns:
- true if this handler has consumed the interest (that is the handler returned data satisfying the interest).
Implements org.ccnx.ccn.CCNInterestHandler.
The documentation for this class was generated from the following file:
- src/org/ccnx/ccn/test/protocol/LatestVersionTest.java