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 SummaryConstructors
- 
Method SummaryModifier 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.AbstractActionInstructionSerializerinjectSerializerRegistry, writeActionsMethods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.instructions.AbstractInstructionSerializerserializeHeader
- 
Constructor Details- 
ApplyActionsInstructionSerializerpublic ApplyActionsInstructionSerializer()
 
- 
- 
Method Details- 
serializeDescription copied from interface:OFSerializerTransforms POJO/DTO into byte message (ByteBuf).- Specified by:
- serializein interface- OFSerializer<ApplyActionsCase>
- Overrides:
- serializein class- AbstractActionInstructionSerializer<ApplyActionsCase>
- Parameters:
- input- object to be serialized
- outBuffer- output buffer
 
- 
getTypeprotected int getType()Description copied from class:AbstractInstructionSerializerGet type.- Specified by:
- getTypein class- AbstractInstructionSerializer<ApplyActionsCase>
- Returns:
- numeric representation of instruction type.
 
- 
getLengthprotected int getLength()Description copied from class:AbstractInstructionSerializerGet length.- Specified by:
- getLengthin class- AbstractInstructionSerializer<ApplyActionsCase>
- Returns:
- instruction length.
 
 
-