Class ApplyActionsInstructionSerializer
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.serialization.instructions.AbstractInstructionSerializer<ApplyActionsCase>
org.opendaylight.openflowplugin.impl.protocol.serialization.instructions.AbstractActionInstructionSerializer<ApplyActionsCase>
org.opendaylight.openflowplugin.impl.protocol.serialization.instructions.ApplyActionsInstructionSerializer
- All Implemented Interfaces:
HeaderSerializer<ApplyActionsCase>,OFGeneralSerializer,OFSerializer<ApplyActionsCase>,SerializerRegistryInjector
public class ApplyActionsInstructionSerializer
extends AbstractActionInstructionSerializer<ApplyActionsCase>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intGet length.protected intgetType()Get type.voidserialize(ApplyActionsCase input, io.netty.buffer.ByteBuf outBuffer) Transforms POJO/DTO into byte message (ByteBuf).Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.instructions.AbstractActionInstructionSerializer
injectSerializerRegistry, writeActionsMethods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.instructions.AbstractInstructionSerializer
serializeHeader
-
Constructor Details
-
ApplyActionsInstructionSerializer
public ApplyActionsInstructionSerializer()
-
-
Method Details
-
serialize
Description copied from interface:OFSerializerTransforms POJO/DTO into byte message (ByteBuf).- Specified by:
serializein interfaceOFSerializer<ApplyActionsCase>- Overrides:
serializein classAbstractActionInstructionSerializer<ApplyActionsCase>- Parameters:
input- object to be serializedoutBuffer- output buffer
-
getType
protected int getType()Description copied from class:AbstractInstructionSerializerGet type.- Specified by:
getTypein classAbstractInstructionSerializer<ApplyActionsCase>- Returns:
- numeric representation of instruction type.
-
getLength
protected int getLength()Description copied from class:AbstractInstructionSerializerGet length.- Specified by:
getLengthin classAbstractInstructionSerializer<ApplyActionsCase>- Returns:
- instruction length.
-