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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static void
processHeader
(io.netty.buffer.ByteBuf message) Skip first few bytes of instruction message because they are irrelevant.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.openflowjava.protocol.api.extensibility.HeaderDeserializer
deserializeHeader
Methods inherited from interface org.opendaylight.openflowjava.protocol.api.extensibility.OFDeserializer
deserialize
-
Constructor Details
-
AbstractInstructionDeserializer
public AbstractInstructionDeserializer()
-
-
Method Details
-
processHeader
protected static void processHeader(io.netty.buffer.ByteBuf message) Skip first few bytes of instruction message because they are irrelevant.- Parameters:
message
- Openflow buffered message
-