Class PushMplsActionSerializer
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.serialization.actions.AbstractActionSerializer<PushMplsActionCase>
org.opendaylight.openflowplugin.impl.protocol.serialization.actions.PushMplsActionSerializer
- All Implemented Interfaces:
HeaderSerializer<PushMplsActionCase>
,OFGeneralSerializer
,OFSerializer<PushMplsActionCase>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected int
Get length.protected int
getType()
Get type.void
serialize
(PushMplsActionCase action, io.netty.buffer.ByteBuf outBuffer) Transforms POJO/DTO into byte message (ByteBuf).Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.actions.AbstractActionSerializer
serializeHeader
-
Constructor Details
-
PushMplsActionSerializer
public PushMplsActionSerializer()
-
-
Method Details
-
serialize
Description copied from interface:OFSerializer
Transforms POJO/DTO into byte message (ByteBuf).- Specified by:
serialize
in interfaceOFSerializer<PushMplsActionCase>
- Overrides:
serialize
in classAbstractActionSerializer<PushMplsActionCase>
- Parameters:
action
- object to be serializedoutBuffer
- output buffer
-
getLength
protected int getLength()Description copied from class:AbstractActionSerializer
Get length.- Specified by:
getLength
in classAbstractActionSerializer<PushMplsActionCase>
- Returns:
- action length
-
getType
protected int getType()Description copied from class:AbstractActionSerializer
Get type.- Specified by:
getType
in classAbstractActionSerializer<PushMplsActionCase>
- Returns:
- numeric representation of action type
-