Interface | Description |
---|---|
Decodable |
Interface used by StatusDataset to decode generic message types; if they are
Decodable, then StatusDataset will instantiate and decode them.
|
Class | Description |
---|---|
ControlResponse |
Represent a ControlResponse, a Data packet sent in response to a
ControlCommand to the NFD, see
http://redmine.named-data.net/projects/nfd/wiki/ControlCommand
|
FaceStatus |
Represent a FaceStatus object from /localhost/nfd/faces/list; see
http://redmine.named-data.net/projects/nfd/wiki/FaceMgmt
for details
|
FibEntry |
Represent a FibEntry returned from /localhost/nfd/fib/list; see
http://redmine.named-data.net/projects/nfd/wiki/FibMgmt#FIB-Dataset
|
ForwarderStatus |
Represent a ForwarderStatus object from
http://redmine.named-data.net/projects/nfd/wiki/ForwarderStatus.
|
NextHopRecord |
Represent a NextHopRecord in a FibEntry; see
http://redmine.named-data.net/projects/nfd/wiki/FibMgmt#FIB-Dataset
|
RibEntry |
Represent a entry in the RIB; see
http://redmine.named-data.net/projects/nfd/wiki/RibMgmt#RIB-Dataset
for details
|
Route |
Represent a Route object from /localhost/nfd/rib/list; see
http://redmine.named-data.net/projects/nfd/wiki/RibMgmt#RIB-Dataset
for details.
|
StatusDataset |
Helper class to handle StatusDatasets, see
http://redmine.named-data.net/projects/nfd/wiki/StatusDataset
|
StrategyChoice |
Represent a strategy choice entry.
|
Enum | Description |
---|---|
FacePersistency |
Indicate whether the face is persistent; used by FaceStatus.
|
FaceScope |
Indicate whether the face is local for scope control purposes; used by
FaceStatus See
http://redmine.named-data.net/projects/nfd/widi/FaceMgmt
|
LinkType |
Indicate the type of communication link; used by FaceStatus See
http://redmine.named-data.net/projects/nfd/widi/FaceMgmt
|
LocalControlHeader |
Define constants for local control header options.
|
Copyright © 2015. All rights reserved.