Package | Description |
---|---|
com.intel.jndn.management.types |
NFD management types.
|
Modifier and Type | Method and Description |
---|---|
Route |
Route.setCost(int cost)
Set cost.
|
Route |
Route.setExpirationPeriod(int expirationPeriod)
Set expiration period.
|
Route |
Route.setFaceId(int faceId)
Set Face ID.
|
Route |
Route.setFlags(int flags)
Set flags.
|
Route |
Route.setOrigin(int origin)
Set route origin.
|
Modifier and Type | Method and Description |
---|---|
List<Route> |
RibEntry.getRoutes() |
Modifier and Type | Method and Description |
---|---|
RibEntry |
RibEntry.addRoute(Route route)
Add route.
|
Modifier and Type | Method and Description |
---|---|
void |
RibEntry.setRoutes(List<Route> routes)
Set routes.
|
Copyright © 2016. All rights reserved.