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 class
LinkstateAttributeParser
Parser 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 class
PEDistinguisherLabelsAttributeHandler
PE Distinguisher Labels Attribute Handler.class
PMSITunnelAttributeHandler
PE 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 class
AggregatorAttributeParser
Parser/serializer forAggregator
.class
AigpAttributeParser
class
AS4AggregatorAttributeParser
class
AS4PathAttributeParser
class
AsPathAttributeParser
Parser for AS_PATH attribute.class
AtomicAggregateAttributeParser
class
BgpPrefixSidAttributeParser
class
ClusterIdAttributeParser
class
CommunitiesAttributeParser
class
ExtendedCommunitiesAttributeParser
class
LocalPreferenceAttributeParser
class
MPReachAttributeParser
class
MPUnreachAttributeParser
class
MultiExitDiscriminatorAttributeParser
class
NextHopAttributeParser
class
OriginatorIdAttributeParser
class
OriginAttributeParser
class
ReachAttributeParser
Abstract base class for reachability attribute parsers,MPReachAttributeParser
andMPUnreachAttributeParser
. -
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 class
AbstractAttributeParser
Abstract 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.Registration
BGPExtensionProviderContext. 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.Registration
SimpleBGPExtensionProviderContext. registerAttributeParser(int attributeType, AttributeParser parser)
-