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