| Package | Description |
|---|---|
| net.onrc.openvirtex.messages | |
| org.openflow.protocol | |
| org.openflow.protocol.factory | |
| org.openflow.protocol.statistics |
| Modifier and Type | Class and Description |
|---|---|
class |
OVXMessageFactory
Singleton class that serves as factory for OVX messages.
|
| Modifier and Type | Field and Description |
|---|---|
protected OFActionFactory |
OFPacketOut.actionFactory |
protected OFActionFactory |
OFFlowMod.actionFactory |
| Modifier and Type | Method and Description |
|---|---|
void |
OFPacketOut.setActionFactory(OFActionFactory actionFactory) |
void |
OFFlowMod.setActionFactory(OFActionFactory actionFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicFactory
A basic OpenFlow factory that supports naive creation of both Messages and
Actions.
|
| Modifier and Type | Method and Description |
|---|---|
OFActionFactory |
OFMessageFactory.getActionFactory()
Retrieves an OFActionFactory
|
OFActionFactory |
BasicFactory.getActionFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
OFActionFactoryAware.setActionFactory(OFActionFactory actionFactory)
Sets the OFActionFactory
|
| Modifier and Type | Field and Description |
|---|---|
protected OFActionFactory |
OFFlowStatisticsReply.actionFactory |
| Modifier and Type | Method and Description |
|---|---|
void |
OFFlowStatisticsReply.setActionFactory(OFActionFactory actionFactory) |
Copyright © 2015. All rights reserved.