| Interface | Description |
|---|---|
| ElementListener |
A class implements ElementListener if it has onReceivedElement which is used
by Node.onReceivedData.
|
| SignatureHolder |
| Class | Description |
|---|---|
| ElementReader |
A ElementReader lets you call onReceivedData multiple times which
uses a TlvStructureDecoder to detect the end of an NDN-TLV element and calls
elementListener.onReceivedElement(element) with the element.
|
| OID | |
| ProtobufTlv |
ProtobufTlv has static methods to encode and decode an Protobuf Message
object as NDN-TLV.
|
| Tlv0_1_1WireFormat |
A Tlv0_1_1WireFormat extends Tlv0_2WireFormat so that it is an alias in case
any applications use Tlv0_1_1WireFormat directly.
|
| Tlv0_1WireFormat |
A Tlv0_1WireFormat extends Tlv0_1_1WireFormat so that it is an alias in case
any applications use Tlv0_1WireFormat directly.
|
| Tlv0_2WireFormat |
A Tlv0_2WireFormat implements the WireFormat interface for encoding and
decoding with the NDN-TLV wire format, version 0.2.
|
| TlvWireFormat |
A TlvWireFormat extends WireFormat to override its methods to
implement encoding and decoding using the preferred implementation of
NDN-TLV.
|
| WireFormat |
| Exception | Description |
|---|---|
| EncodingException |
Copyright © 2019. All rights reserved.