public class PushMplsActionSerializer extends AbstractActionSerializer<PushMplsActionCase>
| Constructor and Description |
|---|
PushMplsActionSerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getLength()
Get length.
|
protected int |
getType()
Get type.
|
void |
serialize(PushMplsActionCase action,
io.netty.buffer.ByteBuf outBuffer)
Transforms POJO/DTO into byte message (ByteBuf).
|
serializeHeaderpublic void serialize(PushMplsActionCase action, io.netty.buffer.ByteBuf outBuffer)
OFSerializerserialize in interface OFSerializer<PushMplsActionCase>serialize in class AbstractActionSerializer<PushMplsActionCase>action - object to be serializedoutBuffer - output bufferprotected int getLength()
AbstractActionSerializergetLength in class AbstractActionSerializer<PushMplsActionCase>protected int getType()
AbstractActionSerializergetType in class AbstractActionSerializer<PushMplsActionCase>Copyright © 2019 OpenDaylight. All rights reserved.