public abstract class AbstractOxmIpv4AddressSerializer extends AbstractOxmMatchEntrySerializer
Constructor and Description |
---|
AbstractOxmIpv4AddressSerializer() |
Modifier and Type | Method and Description |
---|---|
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) |
protected static void |
writeIpv4Address(String address,
io.netty.buffer.ByteBuf out)
Deprecated.
Use
writeIpv4Address(Ipv4Address, ByteBuf) instead. |
getOxmClassCode, getOxmFieldCode, getValueLength, serialize, serializeHeader, writeMask, writeOxmFieldAndLength
@Deprecated protected static void writeIpv4Address(String address, io.netty.buffer.ByteBuf out)
writeIpv4Address(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)
Copyright © 2020 OpenDaylight. All rights reserved.