Class OnfOxmTcpFlagsSerializer
- java.lang.Object
- 
- org.opendaylight.openflowjava.protocol.impl.serialization.match.AbstractOxmMatchEntrySerializer
- 
- org.opendaylight.openflowjava.protocol.impl.serialization.match.ext.AbstractOxmExperimenterMatchEntrySerializer
- 
- org.opendaylight.openflowjava.protocol.impl.serialization.match.ext.OnfOxmTcpFlagsSerializer
 
 
 
- 
- All Implemented Interfaces:
- HeaderSerializer<MatchEntry>,- OFGeneralSerializer,- OFSerializer<MatchEntry>
 
 public class OnfOxmTcpFlagsSerializer extends AbstractOxmExperimenterMatchEntrySerializer Created by Anil Vishnoi (avishnoi@Brocade.com) on 7/25/16.
- 
- 
Constructor SummaryConstructors Constructor Description OnfOxmTcpFlagsSerializer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.opendaylight.yangtools.yang.common.Uint32getExperimenterId()Returns the Experimenter match entry ID.protected intgetOxmClassCode()Returns the numeric representation of oxm_class.protected intgetOxmFieldCode()Returns the numeric representation of oxm_field.protected intgetValueLength()Returns the match entry value length (without mask length).voidserialize(MatchEntry entry, io.netty.buffer.ByteBuf outBuffer)Transforms POJO/DTO into byte message (ByteBuf).- 
Methods inherited from class org.opendaylight.openflowjava.protocol.impl.serialization.match.ext.AbstractOxmExperimenterMatchEntrySerializerserializeExperimenterId, serializeHeader, writeOxmFieldAndLength
 - 
Methods inherited from class org.opendaylight.openflowjava.protocol.impl.serialization.match.AbstractOxmMatchEntrySerializerwriteMask
 
- 
 
- 
- 
- 
Method Detail- 
serializepublic void serialize(MatchEntry entry, io.netty.buffer.ByteBuf outBuffer) Description copied from interface:OFSerializerTransforms POJO/DTO into byte message (ByteBuf).- Specified by:
- serializein interface- OFSerializer<MatchEntry>
- Overrides:
- serializein class- AbstractOxmExperimenterMatchEntrySerializer
- Parameters:
- entry- object to be serialized
- outBuffer- output buffer
 
 - 
getExperimenterIdprotected org.opendaylight.yangtools.yang.common.Uint32 getExperimenterId() Returns the Experimenter match entry ID.- Specified by:
- getExperimenterIdin class- AbstractOxmExperimenterMatchEntrySerializer
 
 - 
getOxmFieldCodeprotected int getOxmFieldCode() Returns the numeric representation of oxm_field.- Specified by:
- getOxmFieldCodein class- AbstractOxmMatchEntrySerializer
 
 - 
getOxmClassCodeprotected int getOxmClassCode() Returns the numeric representation of oxm_class.- Specified by:
- getOxmClassCodein class- AbstractOxmMatchEntrySerializer
 
 - 
getValueLengthprotected int getValueLength() Returns the match entry value length (without mask length).- Specified by:
- getValueLengthin class- AbstractOxmMatchEntrySerializer
 
 
- 
 
-