Package | Description |
---|---|
com.intel.jndn.management | |
com.intel.jndn.management.types |
Modifier and Type | Method and Description |
---|---|
static ManagementException |
ManagementException.fromResponse(net.named_data.jndn.util.Blob forwarderResponse)
Parse an NFD response to create a ManagementException.
|
static ManagementException |
ManagementException.fromResponse(ControlResponse response)
Parse an NFD response to create a ManagementException.
|
Modifier and Type | Method and Description |
---|---|
static net.named_data.jndn.KeyLocator |
NFD.getKeyLocator(net.named_data.jndn.Face forwarder)
Retrieve the
KeyLocator for an NFD. |
static net.named_data.jndn.Data |
NFD.retrieveDataSet(net.named_data.jndn.Face forwarder,
net.named_data.jndn.Name datasetName)
Build an interest to retrieve a segmented data set from the NFD; for
details on the DataSet, see
http://redmine.named-data.net/projects/nfd/wiki/StatusDataset
|
static ControlResponse |
NFD.sendCommand(net.named_data.jndn.Face forwarder,
net.named_data.jndn.Interest interest)
Send an interest as a command to the forwarder; this method will convert
the interest to a command interest and block until a response is received
from the forwarder.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Decodable> |
StatusDataset.wireDecode(net.named_data.jndn.util.Blob statusDataset,
Class<T> type)
Decode multiple status entries as part of a StatusDataset, see
http://redmine.named-data.net/projects/nfd/wiki/StatusDataset
|
Copyright © 2015. All rights reserved.