| Interface | Description |
|---|---|
| ChangeCountable |
A class implements ChangeCountable if it has a method getChangeCount.
|
| SegmentFetcher.OnComplete | |
| SegmentFetcher.OnError | |
| SegmentFetcher.VerifySegment |
| Class | Description |
|---|---|
| Blob |
A Blob holds a pointer to an immutable ByteBuffer.
|
| BoostInfoParser |
A BoostInfoParser reads files in Boost's INFO format and constructs a
BoostInfoTree.
|
| BoostInfoTree |
BoostInfoTree is provided for compatibility with the Boost INFO property list
format used in ndn-cxx.
|
| ChangeCounter |
A ChangeCounter keeps a pointer to a target ChangeCountable whose change
count is tracked by a local change count.
|
| CommandInterestGenerator |
A CommandInterestGenerator keeps track of a timestamp and generates
command interests according to the NFD Signed Command Interests protocol:
http://redmine.named-data.net/projects/nfd/wiki/Command_Interests
|
| Common |
The Common class has static utility functions.
|
| ConfigFile |
A ConfigFile locates, opens, and parses a library configuration file, and
holds the values for the application to get.
|
| DynamicByteBuffer |
A DynamicByteBuffer maintains a ByteBuffer and provides methods to ensure a
minimum capacity, resizing if necessary.
|
| MemoryContentCache |
A MemoryContentCache holds a set of Data packets and answers an Interest to
return the correct Data packet.
|
| NdnRegexMatcher |
An NdnRegexMatcher has static methods to convert an NDN regex
(http://redmine.named-data.net/projects/ndn-cxx/wiki/Regex) to a Regex that
can match against URIs.
|
| SegmentFetcher |
SegmentFetcher is a utility class to fetch the latest version of segmented data.
|
| SignedBlob |
A SignedBlob extends Blob to keep the offsets of a signed portion (e.g., the
bytes of Data packet).
|
| Enum | Description |
|---|---|
| SegmentFetcher.ErrorCode |
Copyright © 2016. All rights reserved.