| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRestSBDevice
Default implementation for Rest devices.
|
| Modifier and Type | Method and Description |
|---|---|
RestSBDevice |
RestSBController.getDevice(org.onosproject.net.DeviceId deviceInfo)
Returns a device by node identifier.
|
RestSBDevice |
RestSBController.getDevice(org.onlab.packet.IpAddress ip,
int port)
Returns a device by Ip and Port.
|
| Modifier and Type | Method and Description |
|---|---|
Map<org.onosproject.net.DeviceId,RestSBDevice> |
RestSBController.getDevices()
Returns all the devices known to this controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestSBController.addDevice(RestSBDevice device)
Adds a device to the device map.
|
Copyright © 2016. All rights reserved.