Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.AttributeSerializer
- 
- 
Uses of AttributeSerializer in org.opendaylight.protocol.bgp.linkstate.impl.attributeClasses in org.opendaylight.protocol.bgp.linkstate.impl.attribute that implement AttributeSerializer Modifier and Type Class Description classLinkstateAttributeParserParser for Link State Path Attribute.
- 
Uses of AttributeSerializer in org.opendaylight.protocol.bgp.mvpn.impl.attributesClasses in org.opendaylight.protocol.bgp.mvpn.impl.attributes that implement AttributeSerializer Modifier and Type Class Description classPEDistinguisherLabelsAttributeHandlerPE Distinguisher Labels Attribute Handler.classPMSITunnelAttributeHandlerPE Distinguisher Labels Attribute Handler.
- 
Uses of AttributeSerializer in org.opendaylight.protocol.bgp.parser.impl.message.updateClasses in org.opendaylight.protocol.bgp.parser.impl.message.update that implement AttributeSerializer Modifier and Type Class Description classAggregatorAttributeParserParser/serializer forAggregator.classAigpAttributeParserclassAS4AggregatorAttributeParserclassAS4PathAttributeParserclassAsPathAttributeParserParser for AS_PATH attribute.classAtomicAggregateAttributeParserclassBgpPrefixSidAttributeParserclassClusterIdAttributeParserclassCommunitiesAttributeParserclassExtendedCommunitiesAttributeParserclassLocalPreferenceAttributeParserclassMPReachAttributeParserclassMPUnreachAttributeParserclassMultiExitDiscriminatorAttributeParserclassNextHopAttributeParserclassOriginatorIdAttributeParserclassOriginAttributeParserclassReachAttributeParserAbstract base class for reachability attribute parsers,MPReachAttributeParserandMPUnreachAttributeParser.classUnrecognizedAttributesSerializer
- 
Uses of AttributeSerializer in org.opendaylight.protocol.bgp.parser.spiMethods in org.opendaylight.protocol.bgp.parser.spi with parameters of type AttributeSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationBGPExtensionProviderContext. registerAttributeSerializer(Class<? extends org.opendaylight.yangtools.yang.binding.DataObject> attributeClass, AttributeSerializer serializer)
- 
Uses of AttributeSerializer in org.opendaylight.protocol.bgp.parser.spi.pojoMethods in org.opendaylight.protocol.bgp.parser.spi.pojo with parameters of type AttributeSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationSimpleBGPExtensionProviderContext. registerAttributeSerializer(Class<? extends org.opendaylight.yangtools.yang.binding.DataObject> attributeClass, AttributeSerializer serializer)
 
-