public abstract class AbstractInstructionSerializer extends Object implements OFSerializer<Instruction>, HeaderSerializer<Instruction>
Constructor and Description |
---|
AbstractInstructionSerializer() |
Modifier and Type | Method and Description |
---|---|
protected abstract int |
getType()
Returns the numeric representation of action type.
|
void |
serializeHeader(Instruction input,
io.netty.buffer.ByteBuf outBuffer)
Serializes object headers (e.g.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
serialize
public void serializeHeader(Instruction input, io.netty.buffer.ByteBuf outBuffer)
HeaderSerializer
serializeHeader
in interface HeaderSerializer<Instruction>
input
- object whose headers should be serializedoutBuffer
- output bufferprotected abstract int getType()
Copyright © 2020 OpenDaylight. All rights reserved.