Class ApplyActionsInstructionSerializer
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.protocol.serialization.instructions.AbstractInstructionSerializer<T>
-
- 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 Constructor Description ApplyActionsInstructionSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getLength()
Get length.protected int
getType()
Get type.void
serialize(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, writeActions
-
Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.instructions.AbstractInstructionSerializer
serializeHeader
-
-
-
-
Method Detail
-
serialize
public void serialize(ApplyActionsCase input, io.netty.buffer.ByteBuf outBuffer)
Description copied from interface:OFSerializer
Transforms POJO/DTO into byte message (ByteBuf).- Specified by:
serialize
in interfaceOFSerializer<ApplyActionsCase>
- Overrides:
serialize
in classAbstractActionInstructionSerializer<ApplyActionsCase>
- Parameters:
input
- object to be serializedoutBuffer
- output buffer
-
getType
protected int getType()
Description copied from class:AbstractInstructionSerializer
Get type.- Specified by:
getType
in classAbstractInstructionSerializer<ApplyActionsCase>
- Returns:
- numeric representation of instruction type.
-
getLength
protected int getLength()
Description copied from class:AbstractInstructionSerializer
Get length.- Specified by:
getLength
in classAbstractInstructionSerializer<ApplyActionsCase>
- Returns:
- instruction length.
-
-