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, waitserializepublic void serializeHeader(Instruction input, io.netty.buffer.ByteBuf outBuffer)
HeaderSerializerserializeHeader in interface HeaderSerializer<Instruction>input - object whose headers should be serializedoutBuffer - output bufferprotected abstract int getType()
Copyright © 2019 OpenDaylight. All rights reserved.