public abstract class AbstractActionCodec extends Object implements OFSerializer<Action>, OFDeserializer<Action>
| Constructor and Description |
|---|
AbstractActionCodec() |
| Modifier and Type | Method and Description |
|---|---|
protected static ActionBuilder |
deserializeHeader(io.netty.buffer.ByteBuf message) |
protected static ExperimenterId |
getExperimenterId() |
protected static void |
serializeHeader(int msgLength,
int subtype,
io.netty.buffer.ByteBuf outBuffer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitserializedeserializeprotected static final void serializeHeader(int msgLength,
int subtype,
io.netty.buffer.ByteBuf outBuffer)
protected static final ActionBuilder deserializeHeader(io.netty.buffer.ByteBuf message)
protected static final ExperimenterId getExperimenterId()
Copyright © 2018 OpenDaylight. All rights reserved.