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