public class TunnelIpv4DestinationEntrySerializer extends AbstractMatchEntrySerializer
Constructor and Description |
---|
TunnelIpv4DestinationEntrySerializer() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
getHasMask(Match match) |
protected int |
getOxmClassCode() |
protected int |
getOxmFieldCode() |
protected int |
getValueLength() |
boolean |
matchTypeCheck(Match match)
Checks if current match is this match type.
|
void |
serialize(Match match,
io.netty.buffer.ByteBuf outBuffer) |
serializeHeader, writeIpv4Address, writeIpv4Prefix, writeIpv6Address, writeIpv6Prefix, writeMacAddress, writeMask
public TunnelIpv4DestinationEntrySerializer()
public void serialize(Match match, io.netty.buffer.ByteBuf outBuffer)
serialize
in interface org.opendaylight.openflowjava.protocol.api.extensibility.OFSerializer<Match>
serialize
in class AbstractMatchEntrySerializer
public boolean matchTypeCheck(Match match)
MatchEntrySerializer
match
- Openflow matchprotected boolean getHasMask(Match match)
getHasMask
in class AbstractMatchEntrySerializer
match
- Openflow matchprotected int getOxmFieldCode()
getOxmFieldCode
in class AbstractMatchEntrySerializer
protected int getOxmClassCode()
getOxmClassCode
in class AbstractMatchEntrySerializer
protected int getValueLength()
getValueLength
in class AbstractMatchEntrySerializer
Copyright © 2018 OpenDaylight. All rights reserved.