public interface WithTypedPorts
| Modifier and Type | Method and Description |
|---|---|
List<? extends org.projectfloodlight.openflow.protocol.OFObject> |
getPortsOf(PortDescPropertyType type)
Return a list of interfaces (ports) of the type associated with this
OpenFlow switch.
|
Set<PortDescPropertyType> |
getPortTypes()
Returns the port property types supported by the driver implementing this
interface.
|
List<? extends org.projectfloodlight.openflow.protocol.OFObject> getPortsOf(PortDescPropertyType type)
type - The port description property type of requested portsSet<PortDescPropertyType> getPortTypes()