public interface OpenFlowOpticalSwitch extends OpenFlowSwitch, WithTypedPorts
| Modifier and Type | Method and Description |
|---|---|
List<org.projectfloodlight.openflow.protocol.OFPortDesc> |
getPorts()
Returns a list of standard (Ethernet) ports.
|
default List<org.onosproject.net.device.PortDescription> |
processExpPortStats(org.projectfloodlight.openflow.protocol.OFMessage msg)
Returns updated PortDescriptions built from experimenter message
received from device.
|
channelId, datapathDescription, deviceType, disconnectSwitch, factory, getId, getRole, getStringId, handleMessage, hardwareDescription, isConnected, manufacturerDescription, returnRoleReply, sendMsg, sendMsg, serialNumber, setRole, softwareDescriptiongetPortsOf, getPortTypes@Beta List<org.projectfloodlight.openflow.protocol.OFPortDesc> getPorts()
getPorts in interface OpenFlowSwitchdefault List<org.onosproject.net.device.PortDescription> processExpPortStats(org.projectfloodlight.openflow.protocol.OFMessage msg)
msg - OpenFlow message from device.