Uses of Class
org.openflow.protocol.OFPort

Packages that use OFPort
org.openflow.protocol   
org.openflow.protocol.action   
 

Uses of OFPort in org.openflow.protocol
 

Methods in org.openflow.protocol that return OFPort
static OFPort OFPort.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OFPort[] OFPort.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 OFPort
 OFPacketOut OFPacketOut.setInPort(OFPort inPort)
          Set in_port.
 OFFlowMod OFFlowMod.setOutPort(OFPort port)
          Set out_port
 

Uses of OFPort in org.openflow.protocol.action
 

Methods in org.openflow.protocol.action with parameters of type OFPort
 OFActionOutput OFActionOutput.setPort(OFPort ofPort)
          Set the output portNumber
 

Constructors in org.openflow.protocol.action with parameters of type OFPort
OFActionOutput(OFPort port)
           
OFActionOutput(OFPort port, short maxLength)