public class OVXMessageFactory extends BasicFactory
| Modifier | Constructor and Description |
|---|---|
protected |
OVXMessageFactory() |
| Modifier and Type | Method and Description |
|---|---|
OFAction |
getAction(OFActionType t)
Retrieves an OFAction instance corresponding to the specified
OFActionType
|
static OVXMessageFactory |
getInstance() |
OFMessage |
getMessage(OFType t)
create and return a new instance of a message for OFType t.
|
OFStatistics |
getStatistics(OFType t,
OFStatisticsType st)
Retrieves an OFStatistics instance corresponding to the specified
OFStatisticsType
|
dumpBuffer, getActionFactory, getVendorData, parseActions, parseActions, parseMessage, parseMessageOne, parseStatistics, parseStatistics, parseVendorDatapublic static OVXMessageFactory getInstance()
public OFMessage getMessage(OFType t)
BasicFactorygetMessage in interface OFMessageFactorygetMessage in class BasicFactoryt - the type of the OFMessage to be retrievedpublic OFAction getAction(OFActionType t)
OFActionFactorygetAction in interface OFActionFactorygetAction in class BasicFactoryt - the type of the OFAction to be retrievedpublic OFStatistics getStatistics(OFType t, OFStatisticsType st)
OFStatisticsFactorygetStatistics in interface OFStatisticsFactorygetStatistics in class BasicFactoryt - the type of the containing OFMessage, only accepts statistics
request or replyst - the type of the OFStatistics to be retrievedCopyright © 2015. All rights reserved.