Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.AttributeParser
-
-
Uses of AttributeParser in org.opendaylight.protocol.bgp.linkstate.impl.attribute
Classes in org.opendaylight.protocol.bgp.linkstate.impl.attribute that implement AttributeParser Modifier and Type Class Description classLinkstateAttributeParserParser for Link State Path Attribute. -
Uses of AttributeParser in org.opendaylight.protocol.bgp.mvpn.impl.attributes
Classes in org.opendaylight.protocol.bgp.mvpn.impl.attributes that implement AttributeParser Modifier and Type Class Description classPEDistinguisherLabelsAttributeHandlerPE Distinguisher Labels Attribute Handler.classPMSITunnelAttributeHandlerPE Distinguisher Labels Attribute Handler. -
Uses of AttributeParser in org.opendaylight.protocol.bgp.parser.impl.message.update
Classes in org.opendaylight.protocol.bgp.parser.impl.message.update that implement AttributeParser Modifier and Type Class Description classAggregatorAttributeParserParser/serializer forAggregator.classAigpAttributeParserclassAS4AggregatorAttributeParserclassAS4PathAttributeParserclassAsPathAttributeParserParser for AS_PATH attribute.classAtomicAggregateAttributeParserclassBgpPrefixSidAttributeParserclassClusterIdAttributeParserclassCommunitiesAttributeParserclassExtendedCommunitiesAttributeParserclassLocalPreferenceAttributeParserclassMPReachAttributeParserclassMPUnreachAttributeParserclassMultiExitDiscriminatorAttributeParserclassNextHopAttributeParserclassOriginatorIdAttributeParserclassOriginAttributeParserclassReachAttributeParserAbstract base class for reachability attribute parsers,MPReachAttributeParserandMPUnreachAttributeParser. -
Uses of AttributeParser in org.opendaylight.protocol.bgp.parser.spi
Classes in org.opendaylight.protocol.bgp.parser.spi that implement AttributeParser Modifier and Type Class Description classAbstractAttributeParserAbstract base class for AttributeParsers which are aware ofRevisedErrorHandling.Methods in org.opendaylight.protocol.bgp.parser.spi with parameters of type AttributeParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationBGPExtensionProviderContext. registerAttributeParser(int attributeType, AttributeParser parser) -
Uses of AttributeParser in org.opendaylight.protocol.bgp.parser.spi.pojo
Methods in org.opendaylight.protocol.bgp.parser.spi.pojo with parameters of type AttributeParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationSimpleBGPExtensionProviderContext. registerAttributeParser(int attributeType, AttributeParser parser)
-