Uses of Interface
org.openflow.protocol.factory.OFInstructionFactory

Packages that use OFInstructionFactory
org.openflow.protocol   
org.openflow.protocol.factory   
org.openflow.protocol.statistics   
 

Uses of OFInstructionFactory in org.openflow.protocol
 

Fields in org.openflow.protocol declared as OFInstructionFactory
protected  OFInstructionFactory OFFlowMod.instructionFactory
           
 

Methods in org.openflow.protocol with parameters of type OFInstructionFactory
 void OFFlowMod.setInstructionFactory(OFInstructionFactory instructionFactory)
           
 

Uses of OFInstructionFactory in org.openflow.protocol.factory
 

Classes in org.openflow.protocol.factory that implement OFInstructionFactory
 class BasicFactory
          A basic OpenFlow factory that supports naive creation of both Messages and Actions.
 class FloodlightFactory
          the extended floodlight factory that supports vendor factories.
 

Methods in org.openflow.protocol.factory that return OFInstructionFactory
 OFInstructionFactory OFMessageFactory.getInstructionFactory()
          Retrieves an OFInstructionFactory
 OFInstructionFactory BasicFactory.getInstructionFactory()
           
 

Methods in org.openflow.protocol.factory with parameters of type OFInstructionFactory
 void OFInstructionFactoryAware.setInstructionFactory(OFInstructionFactory instructionFactory)
          Sets the OFInstructionFactory
 

Uses of OFInstructionFactory in org.openflow.protocol.statistics
 

Fields in org.openflow.protocol.statistics declared as OFInstructionFactory
protected  OFInstructionFactory OFFlowStatisticsReply.instructionFactory
           
 

Methods in org.openflow.protocol.statistics with parameters of type OFInstructionFactory
 void OFFlowStatisticsReply.setInstructionFactory(OFInstructionFactory instructionFactory)