Class GoToTableInstructionSerializer
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.serialization.instructions.AbstractInstructionSerializer<GoToTableCase>
org.opendaylight.openflowplugin.impl.protocol.serialization.instructions.GoToTableInstructionSerializer
- All Implemented Interfaces:
- HeaderSerializer<GoToTableCase>,- OFGeneralSerializer,- OFSerializer<GoToTableCase>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected intGet length.protected intgetType()Get type.voidserialize(GoToTableCase input, io.netty.buffer.ByteBuf outBuffer) Transforms POJO/DTO into byte message (ByteBuf).Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.instructions.AbstractInstructionSerializerserializeHeader
- 
Constructor Details- 
GoToTableInstructionSerializerpublic GoToTableInstructionSerializer()
 
- 
- 
Method Details- 
serializeDescription copied from interface:OFSerializerTransforms POJO/DTO into byte message (ByteBuf).- Specified by:
- serializein interface- OFSerializer<GoToTableCase>
- Overrides:
- serializein class- AbstractInstructionSerializer<GoToTableCase>
- Parameters:
- input- object to be serialized
- outBuffer- output buffer
 
- 
getTypeprotected int getType()Description copied from class:AbstractInstructionSerializerGet type.- Specified by:
- getTypein class- AbstractInstructionSerializer<GoToTableCase>
- Returns:
- numeric representation of instruction type.
 
- 
getLengthprotected int getLength()Description copied from class:AbstractInstructionSerializerGet length.- Specified by:
- getLengthin class- AbstractInstructionSerializer<GoToTableCase>
- Returns:
- instruction length.
 
 
-