|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OFActionFactory | |
---|---|
org.openflow.protocol | |
org.openflow.protocol.factory | |
org.openflow.protocol.instruction | |
org.openflow.protocol.statistics |
Uses of OFActionFactory in org.openflow.protocol |
---|
Fields in org.openflow.protocol declared as OFActionFactory | |
---|---|
protected OFActionFactory |
OFPacketOut.actionFactory
|
protected OFActionFactory |
OFGroupMod.actionFactory
|
protected OFActionFactory |
OFBucket.actionFactory
|
Methods in org.openflow.protocol with parameters of type OFActionFactory | |
---|---|
void |
OFPacketOut.setActionFactory(OFActionFactory actionFactory)
|
void |
OFGroupMod.setActionFactory(OFActionFactory actionFactory)
|
void |
OFBucket.setActionFactory(OFActionFactory actionFactory)
|
Uses of OFActionFactory in org.openflow.protocol.factory |
---|
Classes in org.openflow.protocol.factory that implement OFActionFactory | |
---|---|
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 OFActionFactory | |
---|---|
OFActionFactory |
OFInstructionFactory.getActionFactory()
Retrieves an OFActionFactory |
OFActionFactory |
BasicFactory.getActionFactory()
|
Methods in org.openflow.protocol.factory with parameters of type OFActionFactory | |
---|---|
void |
OFActionFactoryAware.setActionFactory(OFActionFactory actionFactory)
Sets the OFActionFactory |
Uses of OFActionFactory in org.openflow.protocol.instruction |
---|
Fields in org.openflow.protocol.instruction declared as OFActionFactory | |
---|---|
protected OFActionFactory |
OFInstructionActions.actionFactory
|
Methods in org.openflow.protocol.instruction with parameters of type OFActionFactory | |
---|---|
void |
OFInstructionActions.setActionFactory(OFActionFactory actionFactory)
|
Uses of OFActionFactory in org.openflow.protocol.statistics |
---|
Fields in org.openflow.protocol.statistics declared as OFActionFactory | |
---|---|
protected OFActionFactory |
OFGroupDescription.actionFactory
|
Methods in org.openflow.protocol.statistics with parameters of type OFActionFactory | |
---|---|
void |
OFGroupDescription.setActionFactory(OFActionFactory actionFactory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |