Package | Description |
---|---|
com.intel.jndn.management |
Classes implementing NFD management protocol.
|
com.intel.jndn.management.types |
NFD management types.
|
Modifier and Type | Method and Description |
---|---|
static List<FibEntry> |
Nfdc.getFibList(net.named_data.jndn.Face face)
Retrieve a list of FIB entries and their NextHopRecords from the given
forwarder; calls /localhost/nfd/fib/list which requires a local Face (all
non-local packets are dropped).
|
Modifier and Type | Method and Description |
---|---|
FibEntry |
FibEntry.addNextHopRecord(NextHopRecord record)
Add NextHop records.
|
FibEntry |
FibEntry.setNextHopRecords(List<NextHopRecord> records)
Set NextHop records.
|
FibEntry |
FibEntry.setPrefix(net.named_data.jndn.Name name)
Set FIB entry name.
|
Copyright © 2016. All rights reserved.