public final class OpenFlowControlMessageMapper extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.onosproject.cpman.ControlMessage.Type |
lookupControlMessageType(org.projectfloodlight.openflow.protocol.OFType type)
Looks up the corresponding
ControlMessage.Type instance
from the specified OFType value for OpenFlow message type. |
static org.projectfloodlight.openflow.protocol.OFType |
lookupOFType(org.onosproject.cpman.ControlMessage.Type type)
Looks up the corresponding
OFType instance from the specified
ControlMetricType value. |
public static org.onosproject.cpman.ControlMessage.Type lookupControlMessageType(org.projectfloodlight.openflow.protocol.OFType type)
ControlMessage.Type instance
from the specified OFType value for OpenFlow message type.type - OpenFlow message typepublic static org.projectfloodlight.openflow.protocol.OFType lookupOFType(org.onosproject.cpman.ControlMessage.Type type)
OFType instance from the specified
ControlMetricType value.type - control message typeCopyright © 2016. All rights reserved.