Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.AttributeSerializer
-
-
Uses of AttributeSerializer in org.opendaylight.protocol.bgp.linkstate.impl.attribute
Classes in org.opendaylight.protocol.bgp.linkstate.impl.attribute that implement AttributeSerializer Modifier and Type Class Description class
LinkstateAttributeParser
Parser for Link State Path Attribute. -
Uses of AttributeSerializer in org.opendaylight.protocol.bgp.mvpn.impl.attributes
Classes in org.opendaylight.protocol.bgp.mvpn.impl.attributes that implement AttributeSerializer Modifier and Type Class Description class
PEDistinguisherLabelsAttributeHandler
PE Distinguisher Labels Attribute Handler.class
PMSITunnelAttributeHandler
PE Distinguisher Labels Attribute Handler. -
Uses of AttributeSerializer in org.opendaylight.protocol.bgp.parser.impl.message.update
Classes in org.opendaylight.protocol.bgp.parser.impl.message.update that implement AttributeSerializer 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
.class
UnrecognizedAttributesSerializer
-
Uses of AttributeSerializer in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi with parameters of type AttributeSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
BGPExtensionProviderContext. registerAttributeSerializer(Class<? extends org.opendaylight.yangtools.yang.binding.DataObject> attributeClass, AttributeSerializer serializer)
-
Uses of AttributeSerializer in org.opendaylight.protocol.bgp.parser.spi.pojo
Methods in org.opendaylight.protocol.bgp.parser.spi.pojo with parameters of type AttributeSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
SimpleBGPExtensionProviderContext. registerAttributeSerializer(Class<? extends org.opendaylight.yangtools.yang.binding.DataObject> attributeClass, AttributeSerializer serializer)
-