org.ccnx.ccn.utils.puttap Class Reference

Low-level writing of packets to file. More...

Inheritance diagram for org.ccnx.ccn.utils.puttap:

org.ccnx.ccn.CCNContentHandler

List of all members.

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


Detailed Description

Low-level writing of packets to file.

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


Member Function Documentation

static void org.ccnx.ccn.utils.puttap.main ( String[]  args  )  [static]

Parameters:
args 

Interest org.ccnx.ccn.utils.puttap.handleContent ( ContentObject  data,
Interest  interest 
)

Callback called when we get new results for our query.

Parameters:
data the ContentObject that matched our Interest
interest Interest that was satisfied
Returns:
new Interest to be expressed

Implements org.ccnx.ccn.CCNContentHandler.


The documentation for this class was generated from the following file:

Generated on Thu Feb 16 00:45:11 2012 for Content-Centric Networking in Java by  doxygen 1.5.6