| Package | Description |
|---|---|
| org.onosproject.ui.impl |
Set of resources providing data for the ONOS GUI.
|
| Modifier and Type | Method and Description |
|---|---|
static TrafficMonitor.Mode |
TrafficMonitor.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrafficMonitor.Mode[] |
TrafficMonitor.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrafficMonitor.monitor(TrafficMonitor.Mode mode)
Monitor for traffic data to be sent back to the web client, under
the given mode.
|
void |
TrafficMonitor.monitor(TrafficMonitor.Mode mode,
org.onosproject.ui.topo.NodeSelection nodeSelection)
Monitor for traffic data to be sent back to the web client, under
the given mode, using the given selection of devices and hosts.
|
Copyright © 2015. All rights reserved.