public class OxmUdpSrcSerializer extends AbstractOxmMatchEntrySerializer
| Constructor and Description |
|---|
OxmUdpSrcSerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getOxmClassCode()
Returns the numeric representation of oxm_class.
|
protected int |
getOxmFieldCode()
Returns the numeric representation of oxm_field.
|
protected int |
getValueLength()
Returns the match entry value length (without mask length).
|
void |
serialize(MatchEntry entry,
io.netty.buffer.ByteBuf outBuffer)
Transforms POJO/DTO into byte message (ByteBuf).
|
serializeHeader, writeMask, writeOxmFieldAndLengthpublic void serialize(MatchEntry entry, io.netty.buffer.ByteBuf outBuffer)
OFSerializerserialize in interface OFSerializer<MatchEntry>serialize in class AbstractOxmMatchEntrySerializerentry - object to be serializedoutBuffer - output bufferprotected int getOxmClassCode()
AbstractOxmMatchEntrySerializergetOxmClassCode in class AbstractOxmMatchEntrySerializerprotected int getOxmFieldCode()
AbstractOxmMatchEntrySerializergetOxmFieldCode in class AbstractOxmMatchEntrySerializerprotected int getValueLength()
AbstractOxmMatchEntrySerializergetValueLength in class AbstractOxmMatchEntrySerializerCopyright © 2019 OpenDaylight. All rights reserved.