Class ActionUtil
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.deserialization.util.ActionUtil
Utility class for action deserialization.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Action
readAction
(org.opendaylight.yangtools.yang.common.Uint8 version, io.netty.buffer.ByteBuf message, DeserializerRegistry registry, ActionPath path) Deserialize OpenFlow action, using extension converter if available.static Action
readActionHeader
(org.opendaylight.yangtools.yang.common.Uint8 version, io.netty.buffer.ByteBuf message, DeserializerRegistry registry, ActionPath path) Deserialize OpenFlow action header, using extension converter if available.
-
Method Details
-
readAction
public static Action readAction(org.opendaylight.yangtools.yang.common.Uint8 version, io.netty.buffer.ByteBuf message, DeserializerRegistry registry, ActionPath path) Deserialize OpenFlow action, using extension converter if available. TODO: Remove also extension converters- Parameters:
version
- OpenFlow versionmessage
- OpenFlow buffered messageregistry
- deserializer registrypath
- Action path
-
readActionHeader
public static Action readActionHeader(org.opendaylight.yangtools.yang.common.Uint8 version, io.netty.buffer.ByteBuf message, DeserializerRegistry registry, ActionPath path) Deserialize OpenFlow action header, using extension converter if available. TODO: Remove also extension converters- Parameters:
version
- OpenFlow versionmessage
- OpenFlow buffered messageregistry
- deserializer registrypath
- Action path
-