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
Parent for Ipv4 address based match entry serializers.
- Author:
- michal.polkorab
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected static voidwriteIpv4Address(String address, io.netty.buffer.ByteBuf out) Deprecated.protected static voidwriteIpv4Address(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.AbstractOxmMatchEntrySerializergetOxmClassCode, getOxmFieldCode, getValueLength, serialize, serializeHeader, writeMask, writeOxmFieldAndLength
- 
Constructor Details- 
AbstractOxmIpv4AddressSerializerpublic AbstractOxmIpv4AddressSerializer()
 
- 
- 
Method Details- 
writeIpv4AddressDeprecated.UsewriteIpv4Address(Ipv4Address, ByteBuf)instead.Deprecated.
- 
writeIpv4Addressprotected 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) 
 
- 
writeIpv4Address(Ipv4Address, ByteBuf)instead.