Public Member Functions | |
boolean | go (String encFlag, String ccnName, String tapName, String readName) |
Interest | handleContent (ContentObject data, Interest interest) |
Callback called when we get new results for our query. | |
Static Public Member Functions | |
static void | main (String[] args) |
static void | usage () |
Static Public Attributes | |
static final int | CHUNK_SIZE = 432 |
This program is designed to generate signed and encoded packets using only the base library facilities, i.e. not even fragmentation and versioning but just basic interest and data
static void org.ccnx.ccn.utils.puttap.main | ( | String[] | args | ) | [static] |
args |
Interest org.ccnx.ccn.utils.puttap.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.