Class AbstractOxmIpv4AddressSerializer
- java.lang.Object
-
- org.opendaylight.openflowjava.protocol.impl.serialization.match.AbstractOxmMatchEntrySerializer
-
- org.opendaylight.openflowjava.protocol.impl.serialization.match.AbstractOxmIpv4AddressSerializer
-
- All Implemented Interfaces:
HeaderSerializer<MatchEntry>
,OFGeneralSerializer
,OFSerializer<MatchEntry>
- Direct Known Subclasses:
OxmArpSpaSerializer
,OxmArpTpaSerializer
,OxmIpv4DstSerializer
,OxmIpv4SrcSerializer
public abstract class AbstractOxmIpv4AddressSerializer extends AbstractOxmMatchEntrySerializer
Parent for Ipv4 address based match entry serializers.- Author:
- michal.polkorab
-
-
Constructor Summary
Constructors Constructor Description AbstractOxmIpv4AddressSerializer()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected static void
writeIpv4Address(String address, io.netty.buffer.ByteBuf out)
Deprecated.UsewriteIpv4Address(Ipv4Address, ByteBuf)
instead.protected static void
writeIpv4Address(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address address, io.netty.buffer.ByteBuf out)
-
Methods inherited from class org.opendaylight.openflowjava.protocol.impl.serialization.match.AbstractOxmMatchEntrySerializer
getOxmClassCode, getOxmFieldCode, getValueLength, serialize, serializeHeader, writeMask, writeOxmFieldAndLength
-
-
-
-
Method Detail
-
writeIpv4Address
@Deprecated protected static void writeIpv4Address(String address, io.netty.buffer.ByteBuf out)
Deprecated.UsewriteIpv4Address(Ipv4Address, ByteBuf)
instead.Deprecated.
-
writeIpv4Address
protected static void writeIpv4Address(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address address, io.netty.buffer.ByteBuf out)
-
-