Class PCEPAssociationIPv6ObjectParser
java.lang.Object
org.opendaylight.protocol.pcep.spi.CommonObjectParser
org.opendaylight.protocol.pcep.parser.object.AbstractAssociationGroupParser
org.opendaylight.protocol.pcep.parser.object.PCEPAssociationIPv6ObjectParser
- All Implemented Interfaces:
ObjectParser
,ObjectSerializer
Parser for
.association.object.AssociationGroup
with IPv6 address.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone
parseAssociationSource
(io.netty.buffer.ByteBuf buffer) boolean
serializeAssociationSource
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone source, io.netty.buffer.ByteBuf buffer) Methods inherited from class org.opendaylight.protocol.pcep.parser.object.AbstractAssociationGroupParser
parseObject, serializeObject
Methods inherited from class org.opendaylight.protocol.pcep.spi.CommonObjectParser
getObjectClass, getObjectType
-
Constructor Details
-
PCEPAssociationIPv6ObjectParser
public PCEPAssociationIPv6ObjectParser()
-
-
Method Details
-
parseAssociationSource
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone parseAssociationSource(io.netty.buffer.ByteBuf buffer) - Specified by:
parseAssociationSource
in classAbstractAssociationGroupParser
-
serializeAssociationSource
public boolean serializeAssociationSource(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone source, io.netty.buffer.ByteBuf buffer) - Specified by:
serializeAssociationSource
in classAbstractAssociationGroupParser
-