Class AbstractInstructionDeserializer
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.deserialization.instruction.AbstractInstructionDeserializer
- All Implemented Interfaces:
- HeaderDeserializer<Instruction>,- OFDeserializer<Instruction>,- OFGeneralDeserializer
- Direct Known Subclasses:
- AbstractActionInstructionDeserializer,- ClearActionsInstructionDeserializer,- GoToTableInstructionDeserializer,- MeterInstructionDeserializer,- WriteMetadataInstructionDeserializer
public abstract class AbstractInstructionDeserializer
extends Object
implements OFDeserializer<Instruction>, HeaderDeserializer<Instruction>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected static voidprocessHeader(io.netty.buffer.ByteBuf message) Skip first few bytes of instruction message because they are irrelevant.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.openflowjava.protocol.api.extensibility.HeaderDeserializerdeserializeHeaderMethods inherited from interface org.opendaylight.openflowjava.protocol.api.extensibility.OFDeserializerdeserialize
- 
Constructor Details- 
AbstractInstructionDeserializerpublic AbstractInstructionDeserializer()
 
- 
- 
Method Details- 
processHeaderprotected static void processHeader(io.netty.buffer.ByteBuf message) Skip first few bytes of instruction message because they are irrelevant.- Parameters:
- message- Openflow buffered message
 
 
-