Uses of Class
org.openflow.protocol.OFPhysicalPort.OFPortSpeed

Packages that use OFPhysicalPort.OFPortSpeed
net.floodlightcontroller.core   
org.openflow.protocol   
 

Uses of OFPhysicalPort.OFPortSpeed in net.floodlightcontroller.core
 

Methods in net.floodlightcontroller.core that return OFPhysicalPort.OFPortSpeed
 OFPhysicalPort.OFPortSpeed ImmutablePort.getCurrentPortSpeed()
           
 

Uses of OFPhysicalPort.OFPortSpeed in org.openflow.protocol
 

Fields in org.openflow.protocol declared as OFPhysicalPort.OFPortSpeed
protected  OFPhysicalPort.OFPortSpeed OFPhysicalPort.OFPortFeatures.speed
           
 

Methods in org.openflow.protocol that return OFPhysicalPort.OFPortSpeed
 OFPhysicalPort.OFPortSpeed OFPhysicalPort.OFPortFeatures.getPortSpeed()
           
static OFPhysicalPort.OFPortSpeed OFPhysicalPort.OFPortSpeed.max(OFPhysicalPort.OFPortSpeed s1, OFPhysicalPort.OFPortSpeed s2)
           
static OFPhysicalPort.OFPortSpeed OFPhysicalPort.OFPortSpeed.min(OFPhysicalPort.OFPortSpeed s1, OFPhysicalPort.OFPortSpeed s2)
           
static OFPhysicalPort.OFPortSpeed OFPhysicalPort.OFPortSpeed.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OFPhysicalPort.OFPortSpeed[] OFPhysicalPort.OFPortSpeed.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openflow.protocol with parameters of type OFPhysicalPort.OFPortSpeed
static OFPhysicalPort.OFPortSpeed OFPhysicalPort.OFPortSpeed.max(OFPhysicalPort.OFPortSpeed s1, OFPhysicalPort.OFPortSpeed s2)
           
static OFPhysicalPort.OFPortSpeed OFPhysicalPort.OFPortSpeed.min(OFPhysicalPort.OFPortSpeed s1, OFPhysicalPort.OFPortSpeed s2)