org.ccnx.ccn.profiles.ccnd.FaceManager Class Reference
List of all members.
Classes |
class | FaceInstance |
Public Types |
enum | ActionType { NewFace = ("newface"),
DestroyFace = ("destroyface"),
QueryFace = ("queryface")
} |
Public Member Functions |
| FaceManager (CCNHandle handle) throws CCNDaemonException |
Integer | createFace (NetworkProtocol ipProto, String host, Integer port) throws CCNDaemonException |
Integer | createFace (NetworkProtocol ipProto, String host, Integer port, Integer lifetime) throws CCNDaemonException |
Integer | createFace (NetworkProtocol ipProto, String host, Integer port, String multicastInterface, Integer multicastTTL, Integer lifetime) throws CCNDaemonException |
void | deleteFace (Integer faceID) throws CCNDaemonException |
FaceInstance | queryFace (Integer faceID) throws CCNDaemonException |
The documentation for this class was generated from the following file:
- src/org/ccnx/ccn/profiles/ccnd/FaceManager.java