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<RibEntry> |
Nfdc.getRouteList(net.named_data.jndn.Face face)
Retrieve a list of routing entries from the RIB; calls
/localhost/nfd/rib/list which requires a local Face (all non-local packets
are dropped).
|
Modifier and Type | Method and Description |
---|---|
RibEntry |
RibEntry.addRoute(Route route)
Add route.
|
RibEntry |
RibEntry.setName(net.named_data.jndn.Name name)
Set RIB entry name.
|
Copyright © 2016. All rights reserved.