public class State extends OFModel
OFMStateManager
.OFModel.RESTApi, OFModel.RESTWebUI
Modifier and Type | Field and Description |
---|---|
private OFModel.RESTApi[] |
apis
Array of RESTApi objects.
|
private OFFeaturesReplySerializerModule |
features_reply_module
Custom Serializer for FEATURES_REPLY message.
|
private OFFlowStatisticsReplySerializerModule |
flow_statistics_reply_module
Custom Serializer for FLOW_STATISTICS_REPLY message.
|
private OFMStateManager |
manager |
private OFPortSerializerModule |
port_module
Custom Serializer for OFPort
|
private OFProtocol |
protocol |
private long |
timeInitiated |
private long |
totalMemory |
Constructor and Description |
---|
State(OFMStateManager manager)
Create the State instance.
|
Modifier and Type | Method and Description |
---|---|
OFModel.RESTApi[] |
getAllRestApi()
Returns the list of all RESTApi objects
|
private OFMStateManager manager
private long timeInitiated
private long totalMemory
private OFProtocol protocol
private OFFeaturesReplySerializerModule features_reply_module
private OFPortSerializerModule port_module
private OFFlowStatisticsReplySerializerModule flow_statistics_reply_module
private OFModel.RESTApi[] apis
public State(OFMStateManager manager)
manager
- reference to the OFMStateManager module.public OFModel.RESTApi[] getAllRestApi()
getAllRestApi
in class OFModel