Uses of Class
org.openflow.protocol.instruction.OFInstruction

Packages that use OFInstruction
org.openflow.protocol   
org.openflow.protocol.factory   
org.openflow.protocol.instruction   
org.openflow.protocol.statistics   
org.openflow.protocol.statistics.tableFeatures   
 

Uses of OFInstruction in org.openflow.protocol
 

Fields in org.openflow.protocol with type parameters of type OFInstruction
protected  java.util.List<OFInstruction> OFFlowMod.instructions
           
 

Methods in org.openflow.protocol that return types with arguments of type OFInstruction
 java.util.List<OFInstruction> OFFlowMod.getInstructions()
          Returns read-only copies of the instructions contained in this Flow Mod
 

Method parameters in org.openflow.protocol with type arguments of type OFInstruction
 OFFlowMod OFFlowMod.setInstructions(java.util.List<OFInstruction> instructions)
          Sets the list of instructions this Flow Mod contains
 

Uses of OFInstruction in org.openflow.protocol.factory
 

Methods in org.openflow.protocol.factory that return OFInstruction
 OFInstruction OFInstructionFactory.getInstruction(OFInstructionType t)
          Retrieves an OFInstruction instance corresponding to the specified OFInstructionType
 OFInstruction BasicFactory.getInstruction(OFInstructionType t)
           
 

Methods in org.openflow.protocol.factory that return types with arguments of type OFInstruction
 java.util.List<OFInstruction> OFInstructionFactory.parseInstructions(java.nio.ByteBuffer data, int length)
          Attempts to parse and return all OFInstruction contained in the given ByteBuffer, beginning at the ByteBuffer's position, and ending at position+length.
 java.util.List<OFInstruction> BasicFactory.parseInstructions(java.nio.ByteBuffer data, int length)
           
 java.util.List<OFInstruction> OFInstructionFactory.parseInstructions(java.nio.ByteBuffer data, int length, int limit)
          Attempts to parse and return all OFInstruction contained in the given ByteBuffer, beginning at the ByteBuffer's position, and ending at position+length.
 java.util.List<OFInstruction> BasicFactory.parseInstructions(java.nio.ByteBuffer data, int length, int limit)
           
 

Uses of OFInstruction in org.openflow.protocol.instruction
 

Subclasses of OFInstruction in org.openflow.protocol.instruction
 class OFInstructionActions
          Represents an ofp_instruction_actions
 class OFInstructionApplyActions
           
 class OFInstructionClearActions
           
 class OFInstructionGotoTable
          Represents an ofp_instruction_goto_table
 class OFInstructionMeter
          Represents an ofp_instruction_goto_table
 class OFInstructionWriteActions
           
 class OFInstructionWriteMetaData
          Represents an ofp_instruction_write_metadata
 

Fields in org.openflow.protocol.instruction with type parameters of type OFInstruction
protected  java.lang.Class<? extends OFInstruction> OFInstructionType.clazz
           
protected  java.lang.reflect.Constructor<? extends OFInstruction> OFInstructionType.constructor
           
protected  Instantiable<OFInstruction> OFInstructionType.instantiable
           
 

Methods in org.openflow.protocol.instruction that return OFInstruction
 OFInstruction OFInstruction.clone()
           
static OFInstruction OFInstruction.fromString(java.lang.String val)
          Given the output from toString(), create a new OFInstruction
 OFInstruction OFInstructionType.newInstance()
          Returns a new instance of the OFInstruction represented by this OFInstructionType
 OFInstruction OFInstruction.setLength(short length)
          Set the length of this message
 OFInstruction OFInstruction.setType(OFInstructionType type)
          Set the type of this message
 

Methods in org.openflow.protocol.instruction that return types with arguments of type OFInstruction
 java.lang.reflect.Constructor<? extends OFInstruction> OFInstructionType.getConstructor()
          Returns the no-argument Constructor of the implementation class for this OFInstructionType
 Instantiable<OFInstruction> OFInstructionType.getInstantiable()
           
 java.lang.Class<? extends OFInstruction> OFInstructionType.toClass()
           
 

Method parameters in org.openflow.protocol.instruction with type arguments of type OFInstruction
 void OFInstructionType.setInstantiable(Instantiable<OFInstruction> instantiable)
           
 

Uses of OFInstruction in org.openflow.protocol.statistics
 

Fields in org.openflow.protocol.statistics with type parameters of type OFInstruction
protected  java.util.List<OFInstruction> OFFlowStatisticsReply.instructions
           
 

Methods in org.openflow.protocol.statistics that return types with arguments of type OFInstruction
 java.util.List<OFInstruction> OFFlowStatisticsReply.getInstructions()
           
 

Method parameters in org.openflow.protocol.statistics with type arguments of type OFInstruction
 OFFlowStatisticsReply OFFlowStatisticsReply.setInstructions(java.util.List<OFInstruction> instructions)
           
 

Uses of OFInstruction in org.openflow.protocol.statistics.tableFeatures
 

Fields in org.openflow.protocol.statistics.tableFeatures with type parameters of type OFInstruction
protected  java.util.List<OFInstruction> OFTableFeaturesPropertyInstructions.instructions
           
 

Methods in org.openflow.protocol.statistics.tableFeatures that return types with arguments of type OFInstruction
 java.util.List<OFInstruction> OFTableFeaturesPropertyInstructions.getInstructions()
          Returns read-only copies of the instructions contained in this Flow Mod
 

Method parameters in org.openflow.protocol.statistics.tableFeatures with type arguments of type OFInstruction
 OFTableFeaturesPropertyInstructions OFTableFeaturesPropertyInstructions.setInstructions(java.util.List<OFInstruction> instructions)
          Sets the list of instructions this Flow Mod contains