Class OxmEthDstSerializer
- java.lang.Object
- 
- org.opendaylight.openflowjava.protocol.impl.serialization.match.AbstractOxmMatchEntrySerializer
- 
- org.opendaylight.openflowjava.protocol.impl.serialization.match.AbstractOxmMacAddressSerializer
- 
- org.opendaylight.openflowjava.protocol.impl.serialization.match.OxmEthDstSerializer
 
 
 
- 
- All Implemented Interfaces:
- HeaderSerializer<MatchEntry>,- OFGeneralSerializer,- OFSerializer<MatchEntry>
 
 public class OxmEthDstSerializer extends AbstractOxmMacAddressSerializer OxmEthDst match entry serializer.- Author:
- michal.polkorab
 
- 
- 
Constructor SummaryConstructors Constructor Description OxmEthDstSerializer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.AbstractOxmMacAddressSerializerwriteMacAddress
 - 
Methods inherited from class org.opendaylight.openflowjava.protocol.impl.serialization.match.AbstractOxmMatchEntrySerializerserializeHeader, writeMask, writeOxmFieldAndLength
 
- 
 
- 
- 
- 
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- AbstractOxmMatchEntrySerializer
- Parameters:
- entry- object to be serialized
- outBuffer- output buffer
 
 - 
getOxmClassCodeprotected int getOxmClassCode() Description copied from class:AbstractOxmMatchEntrySerializerReturns the numeric representation of oxm_class.- Specified by:
- getOxmClassCodein class- AbstractOxmMatchEntrySerializer
 
 - 
getOxmFieldCodeprotected int getOxmFieldCode() Description copied from class:AbstractOxmMatchEntrySerializerReturns the numeric representation of oxm_field.- Specified by:
- getOxmFieldCodein class- AbstractOxmMatchEntrySerializer
 
 - 
getValueLengthprotected int getValueLength() Description copied from class:AbstractOxmMatchEntrySerializerReturns the match entry value length (without mask length).- Specified by:
- getValueLengthin class- AbstractOxmMatchEntrySerializer
 
 
- 
 
-