Inherited by org.ccnx.ccn.profiles.ccnd.FaceManager, and org.ccnx.ccn.profiles.ccnd.PrefixRegistrationManager.
Public Member Functions | |
CCNDaemonHandle (CCNNetworkManager manager) throws CCNDaemonException | |
CCNDaemonHandle (CCNHandle handle) throws CCNDaemonException | |
Static Public Member Functions | |
static String | idToString (PublisherPublicKeyDigest digest) |
Protected Member Functions | |
byte[] | sendIt (ContentName interestNamePrefix, GenericXMLEncodable encodeMe, RegisteredPrefix prefix, boolean wait) throws CCNDaemonException |
Send the request for the prefix registration or deregistration to ccnd. | |
Protected Attributes | |
CCNNetworkManager | _manager |
byte [] org.ccnx.ccn.profiles.ccnd.CCNDaemonHandle.sendIt | ( | ContentName | interestNamePrefix, | |
GenericXMLEncodable | encodeMe, | |||
RegisteredPrefix | prefix, | |||
boolean | wait | |||
) | throws CCNDaemonException [protected] |
Send the request for the prefix registration or deregistration to ccnd.
interestNamePrefix | ||
encodeMe | ||
prefix | contains callback for asynchronous requests | |
wait | if true wait for return content from ccnd |
CCNDaemonException |