public class EthernetSourceEntrySerializer extends AbstractMatchEntrySerializer
| Constructor and Description |
|---|
EthernetSourceEntrySerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
getHasMask(Match match)
Has mask getter.
|
protected int |
getOxmClassCode()
Oxm class code.
|
protected int |
getOxmFieldCode()
Oxm field numeric representation.
|
protected int |
getValueLength()
Get value length.
|
boolean |
matchTypeCheck(Match match)
Checks if current match is this match type.
|
void |
serialize(Match match,
io.netty.buffer.ByteBuf outBuffer)
Transforms POJO/DTO into byte message (ByteBuf).
|
serializeHeader, writeIpv4Address, writeIpv4Prefix, writeIpv6Address, writeIpv6Prefix, writeMacAddress, writeMaskpublic void serialize(Match match, io.netty.buffer.ByteBuf outBuffer)
OFSerializerserialize in interface OFSerializer<Match>serialize in class AbstractMatchEntrySerializermatch - object to be serializedoutBuffer - output bufferpublic boolean matchTypeCheck(Match match)
MatchEntrySerializermatch - Openflow matchprotected boolean getHasMask(Match match)
AbstractMatchEntrySerializergetHasMask in class AbstractMatchEntrySerializermatch - Openflow matchprotected int getOxmFieldCode()
AbstractMatchEntrySerializergetOxmFieldCode in class AbstractMatchEntrySerializerprotected int getOxmClassCode()
AbstractMatchEntrySerializergetOxmClassCode in class AbstractMatchEntrySerializerprotected int getValueLength()
AbstractMatchEntrySerializergetValueLength in class AbstractMatchEntrySerializerCopyright © 2019 OpenDaylight. All rights reserved.