public class Ofdpa3ExtensionTreatmentInterpreter
extends org.onosproject.net.driver.AbstractHandlerBehaviour
implements org.onosproject.openflow.controller.ExtensionTreatmentInterpreter, org.onosproject.net.behaviour.ExtensionTreatmentResolver
| Constructor and Description |
|---|
Ofdpa3ExtensionTreatmentInterpreter() |
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.net.flow.instructions.ExtensionTreatment |
decode(com.fasterxml.jackson.databind.node.ObjectNode json,
org.onosproject.codec.CodecContext context) |
com.fasterxml.jackson.databind.node.ObjectNode |
encode(org.onosproject.net.flow.instructions.ExtensionTreatment extensionTreatment,
org.onosproject.codec.CodecContext context) |
org.onosproject.net.flow.instructions.ExtensionTreatment |
getExtensionInstruction(org.onosproject.net.flow.instructions.ExtensionTreatmentType type) |
org.onosproject.net.flow.instructions.ExtensionTreatment |
mapAction(org.projectfloodlight.openflow.protocol.action.OFAction action) |
org.projectfloodlight.openflow.protocol.action.OFAction |
mapInstruction(org.projectfloodlight.openflow.protocol.OFFactory factory,
org.onosproject.net.flow.instructions.ExtensionTreatment extensionTreatment) |
boolean |
supported(org.onosproject.net.flow.instructions.ExtensionTreatmentType extensionTreatmentType) |
handler, setHandlerpublic boolean supported(org.onosproject.net.flow.instructions.ExtensionTreatmentType extensionTreatmentType)
supported in interface org.onosproject.openflow.controller.ExtensionTreatmentInterpreterpublic org.projectfloodlight.openflow.protocol.action.OFAction mapInstruction(org.projectfloodlight.openflow.protocol.OFFactory factory,
org.onosproject.net.flow.instructions.ExtensionTreatment extensionTreatment)
mapInstruction in interface org.onosproject.openflow.controller.ExtensionTreatmentInterpreterpublic org.onosproject.net.flow.instructions.ExtensionTreatment mapAction(org.projectfloodlight.openflow.protocol.action.OFAction action)
throws UnsupportedOperationException
mapAction in interface org.onosproject.openflow.controller.ExtensionTreatmentInterpreterUnsupportedOperationExceptionpublic org.onosproject.net.flow.instructions.ExtensionTreatment getExtensionInstruction(org.onosproject.net.flow.instructions.ExtensionTreatmentType type)
getExtensionInstruction in interface org.onosproject.net.behaviour.ExtensionTreatmentResolverpublic com.fasterxml.jackson.databind.node.ObjectNode encode(org.onosproject.net.flow.instructions.ExtensionTreatment extensionTreatment,
org.onosproject.codec.CodecContext context)
encode in interface org.onosproject.net.flow.ExtensionTreatmentCodecpublic org.onosproject.net.flow.instructions.ExtensionTreatment decode(com.fasterxml.jackson.databind.node.ObjectNode json,
org.onosproject.codec.CodecContext context)
decode in interface org.onosproject.net.flow.ExtensionTreatmentCodec