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>
Created by Anil Vishnoi (avishnoi@Brocade.com) on 7/25/16.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected org.opendaylight.yangtools.yang.common.Uint32Returns the Experimenter match entry ID.protected intReturns the numeric representation of oxm_class.protected intReturns the numeric representation of oxm_field.protected intReturns 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, writeOxmFieldAndLengthMethods inherited from class org.opendaylight.openflowjava.protocol.impl.serialization.match.AbstractOxmMatchEntrySerializerwriteMask
- 
Constructor Details- 
OnfOxmTcpFlagsSerializerpublic OnfOxmTcpFlagsSerializer()
 
- 
- 
Method Details- 
serializeDescription 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
 
 
-