| Package | Description |
|---|---|
| net.named_data.jndn | |
| net.named_data.jndn.encoding |
| Modifier and Type | Method and Description |
|---|---|
DelegationSet |
Link.getDelegations()
Get the list of delegation for read only.
|
| Constructor and Description |
|---|
DelegationSet(DelegationSet delegationSet)
Create a DelegationSet, copying values from the other DelegationSet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WireFormat.decodeDelegationSet(DelegationSet delegationSet,
ByteBuffer input)
Decode input as a delegation set and set the fields of the
delegationSet object.
|
void |
WireFormat.decodeDelegationSet(DelegationSet delegationSet,
ByteBuffer input,
boolean copy)
Decode input as a delegation set and set the fields of the
delegationSet object.
|
void |
Tlv0_2WireFormat.decodeDelegationSet(DelegationSet delegationSet,
ByteBuffer input,
boolean copy)
Decode input as a sequence of NDN-TLV Delegation and set the fields of the
delegationSet object.
|
Blob |
WireFormat.encodeDelegationSet(DelegationSet delegationSet)
Encode delegationSet and return the encoding.
|
Blob |
Tlv0_2WireFormat.encodeDelegationSet(DelegationSet delegationSet)
Encode delegationSet as a sequence of NDN-TLV Delegation, and return the
encoding.
|
Copyright © 2017. All rights reserved.