| Interface | Description |
|---|---|
| OFActionFactory |
The interface to factories used for retrieving OFAction instances.
|
| OFActionFactoryAware |
Objects implementing this interface are expected to be instantiated with an
instance of an OFActionFactory
|
| OFMessageFactory |
The interface to factories used for retrieving OFMessage instances.
|
| OFMessageFactoryAware | |
| OFStatisticsFactory |
The interface to factories used for retrieving OFStatistics instances.
|
| OFStatisticsFactoryAware |
Objects implementing this interface are expected to be instantiated with an
instance of an OFStatisticsFactory
|
| OFVendorActionFactory |
Interface contract for an actionfactory that creates vendor-specific actions.
|
| OFVendorDataFactory |
The interface to factories used for parsing/creating OFVendorData instances.
|
| OFVendorDataFactoryAware |
Classes implementing this interface are expected to be instantiated with an
instance of an OFVendorDataFactory
|
| Class | Description |
|---|---|
| BasicFactory |
A basic OpenFlow factory that supports naive creation of both Messages and
Actions.
|
| OFVendorActionRegistry |
Singleton registry object that holds a mapping from vendor ids to
vendor-specific mapping factories.
|
| Exception | Description |
|---|---|
| MessageParseException |
Exception thrown when an openflow message fails to parse properly
|
Copyright © 2015. All rights reserved.