Class AbstractOxmIpv6AddressSerializer
- java.lang.Object
-
- org.opendaylight.openflowjava.protocol.impl.serialization.match.AbstractOxmMatchEntrySerializer
-
- org.opendaylight.openflowjava.protocol.impl.serialization.match.AbstractOxmIpv6AddressSerializer
-
- All Implemented Interfaces:
HeaderSerializer<MatchEntry>
,OFGeneralSerializer
,OFSerializer<MatchEntry>
- Direct Known Subclasses:
OxmIpv6DstSerializer
,OxmIpv6NdTargetSerializer
,OxmIpv6SrcSerializer
public abstract class AbstractOxmIpv6AddressSerializer extends AbstractOxmMatchEntrySerializer
Parent for Ipv6 address based match entry serializers.- Author:
- michal.polkorab
-
-
Constructor Summary
Constructors Constructor Description AbstractOxmIpv6AddressSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
writeIpv6Address(String textAddress, io.netty.buffer.ByteBuf outBuffer)
-
Methods inherited from class org.opendaylight.openflowjava.protocol.impl.serialization.match.AbstractOxmMatchEntrySerializer
getOxmClassCode, getOxmFieldCode, getValueLength, serialize, serializeHeader, writeMask, writeOxmFieldAndLength
-
-
-
-
Method Detail
-
writeIpv6Address
protected void writeIpv6Address(String textAddress, io.netty.buffer.ByteBuf outBuffer)
-
-