Uses of Class
org.openflow.protocol.OFPacketIn.OFPacketInReason

Packages that use OFPacketIn.OFPacketInReason
org.openflow.protocol   
 

Uses of OFPacketIn.OFPacketInReason in org.openflow.protocol
 

Fields in org.openflow.protocol declared as OFPacketIn.OFPacketInReason
protected  OFPacketIn.OFPacketInReason OFPacketIn.reason
           
 

Methods in org.openflow.protocol that return OFPacketIn.OFPacketInReason
 OFPacketIn.OFPacketInReason OFPacketIn.getReason()
          Get reason
static OFPacketIn.OFPacketInReason OFPacketIn.OFPacketInReason.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OFPacketIn.OFPacketInReason[] OFPacketIn.OFPacketInReason.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 OFPacketIn.OFPacketInReason
 OFPacketIn OFPacketIn.setReason(OFPacketIn.OFPacketInReason reason)
          Set reason