Class BgpPrefixSidAttributeParser
java.lang.Object
org.opendaylight.protocol.bgp.parser.impl.message.update.BgpPrefixSidAttributeParser
- All Implemented Interfaces:
org.opendaylight.protocol.bgp.parser.spi.AttributeParser,org.opendaylight.protocol.bgp.parser.spi.AttributeSerializer
public final class BgpPrefixSidAttributeParser
extends Object
implements org.opendaylight.protocol.bgp.parser.spi.AttributeParser, org.opendaylight.protocol.bgp.parser.spi.AttributeSerializer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBgpPrefixSidAttributeParser(org.opendaylight.protocol.bgp.parser.spi.BgpPrefixSidTlvRegistry registry) -
Method Summary
Modifier and TypeMethodDescriptionvoidparseAttribute(io.netty.buffer.ByteBuf buffer, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.AttributesBuilder builder, org.opendaylight.protocol.bgp.parser.spi.PeerSpecificParserConstraint constraint) voidserializeAttribute(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.Attributes pathAttributes, io.netty.buffer.ByteBuf byteAggregator) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.protocol.bgp.parser.spi.AttributeParser
ignoreDuplicates, parseAttribute
-
Field Details
-
TYPE
public static final int TYPE- See Also:
-
-
Constructor Details
-
BgpPrefixSidAttributeParser
public BgpPrefixSidAttributeParser(org.opendaylight.protocol.bgp.parser.spi.BgpPrefixSidTlvRegistry registry)
-
-
Method Details
-
serializeAttribute
public void serializeAttribute(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.Attributes pathAttributes, io.netty.buffer.ByteBuf byteAggregator) - Specified by:
serializeAttributein interfaceorg.opendaylight.protocol.bgp.parser.spi.AttributeSerializer
-
parseAttribute
public void parseAttribute(io.netty.buffer.ByteBuf buffer, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.AttributesBuilder builder, org.opendaylight.protocol.bgp.parser.spi.PeerSpecificParserConstraint constraint) throws org.opendaylight.protocol.bgp.parser.BGPDocumentedException, org.opendaylight.protocol.bgp.parser.BGPParsingException - Specified by:
parseAttributein interfaceorg.opendaylight.protocol.bgp.parser.spi.AttributeParser- Throws:
org.opendaylight.protocol.bgp.parser.BGPDocumentedExceptionorg.opendaylight.protocol.bgp.parser.BGPParsingException
-