Class PopMplsActionSerializer
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.serialization.actions.AbstractActionSerializer<PopMplsActionCase>
org.opendaylight.openflowplugin.impl.protocol.serialization.actions.PopMplsActionSerializer
- All Implemented Interfaces:
HeaderSerializer<PopMplsActionCase>,OFGeneralSerializer,OFSerializer<PopMplsActionCase>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intGet length.protected intgetType()Get type.voidserialize(PopMplsActionCase 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
-
PopMplsActionSerializer
public PopMplsActionSerializer()
-
-
Method Details
-
serialize
Description copied from interface:OFSerializerTransforms POJO/DTO into byte message (ByteBuf).- Specified by:
serializein interfaceOFSerializer<PopMplsActionCase>- Overrides:
serializein classAbstractActionSerializer<PopMplsActionCase>- Parameters:
action- object to be serializedoutBuffer- output buffer
-
getLength
protected int getLength()Description copied from class:AbstractActionSerializerGet length.- Specified by:
getLengthin classAbstractActionSerializer<PopMplsActionCase>- Returns:
- action length
-
getType
protected int getType()Description copied from class:AbstractActionSerializerGet type.- Specified by:
getTypein classAbstractActionSerializer<PopMplsActionCase>- Returns:
- numeric representation of action type
-