|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OFPhysicalPort.OFPortState | |
---|---|
net.floodlightcontroller.core | |
org.openflow.protocol |
Uses of OFPhysicalPort.OFPortState in net.floodlightcontroller.core |
---|
Methods in net.floodlightcontroller.core that return OFPhysicalPort.OFPortState | |
---|---|
OFPhysicalPort.OFPortState |
ImmutablePort.getPortState()
Returns the STP state portion of the OFPortState. |
Methods in net.floodlightcontroller.core with parameters of type OFPhysicalPort.OFPortState | |
---|---|
ImmutablePort.Builder |
ImmutablePort.Builder.setPortState(OFPhysicalPort.OFPortState portState)
|
Uses of OFPhysicalPort.OFPortState in org.openflow.protocol |
---|
Fields in org.openflow.protocol with type parameters of type OFPhysicalPort.OFPortState | |
---|---|
protected static java.util.Map<java.lang.Integer,OFPhysicalPort.OFPortState> |
OFPhysicalPort.OFPortState.mapping
|
Methods in org.openflow.protocol that return OFPhysicalPort.OFPortState | |
---|---|
static OFPhysicalPort.OFPortState |
OFPhysicalPort.OFPortState.valueOf(int i)
Given a port state value, return the OFPortState associated with it |
static OFPhysicalPort.OFPortState |
OFPhysicalPort.OFPortState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OFPhysicalPort.OFPortState[] |
OFPhysicalPort.OFPortState.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.OFPortState | |
---|---|
static void |
OFPhysicalPort.OFPortState.addMapping(int i,
OFPhysicalPort.OFPortState t)
Adds a mapping from type value to OFPortState enum |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |