| 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.
|
DelegationSet |
Interest.getForwardingHint()
Get the forwarding hint object which you can modify to add or remove
forwarding hints.
|
| Modifier and Type | Method and Description |
|---|---|
Interest |
Interest.setForwardingHint(DelegationSet forwardingHint)
Set this interest to use a copy of the given DelegationSet object as the
forwarding hint.
|
| 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 |
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.
|
void |
WireFormat.decodeDelegationSet(DelegationSet delegationSet,
ByteBuffer input,
boolean copy)
Decode input as a delegation set and set the fields of the
delegationSet object.
|
Blob |
Tlv0_2WireFormat.encodeDelegationSet(DelegationSet delegationSet)
Encode delegationSet as a sequence of NDN-TLV Delegation, and return the
encoding.
|
Blob |
WireFormat.encodeDelegationSet(DelegationSet delegationSet)
Encode delegationSet and return the encoding.
|
Copyright © 2019. All rights reserved.