Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.extended.community.ExtendedCommunitySerializer
-
-
Uses of ExtendedCommunitySerializer in org.opendaylight.protocol.bgp.evpn.impl.extended.communities
Classes in org.opendaylight.protocol.bgp.evpn.impl.extended.communities that implement ExtendedCommunitySerializer Modifier and Type Class Description class
DefaultGatewayExtCom
class
ESILabelExtCom
class
ESImpRouteTargetExtCom
class
Layer2AttributesExtCom
class
MACMobExtCom
-
Uses of ExtendedCommunitySerializer in org.opendaylight.protocol.bgp.flowspec.extended.communities
Classes in org.opendaylight.protocol.bgp.flowspec.extended.communities that implement ExtendedCommunitySerializer Modifier and Type Class Description class
RedirectAsFourOctetEcHandler
class
RedirectAsTwoOctetEcHandler
class
RedirectIpNextHopEcHandler
class
RedirectIpv4EcHandler
class
RedirectIpv6EcHandler
class
TrafficActionEcHandler
class
TrafficMarkingEcHandler
class
TrafficRateEcHandler
-
Uses of ExtendedCommunitySerializer in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities
Classes in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities that implement ExtendedCommunitySerializer Modifier and Type Class Description class
AsTwoOctetSpecificEcHandler
class
EncapsulationEC
Parser for BGP Encapsulation extended community attribute.class
Ipv4SpecificEcHandler
class
LinkBandwidthEC
class
OpaqueEcHandler
class
RouteOriginAsTwoOctetEcHandler
class
RouteOriginIpv4EcHandler
class
SourceASHandler
class
VrfRouteImportHandler
-
Uses of ExtendedCommunitySerializer in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities.four.octect.as.specific
Classes in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities.four.octect.as.specific that implement ExtendedCommunitySerializer Modifier and Type Class Description class
Generic4OctASEcHandler
class
RouteOrigin4OctectASEcHandler
class
SourceAS4OctectHandler
-
Uses of ExtendedCommunitySerializer in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities.route.target
Classes in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities.route.target that implement ExtendedCommunitySerializer Modifier and Type Class Description class
RouteTarget4OctectASEcHandler
class
RouteTargetAsTwoOctetEcHandler
class
RouteTargetIpv4EcHandler
-
Uses of ExtendedCommunitySerializer in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi with parameters of type ExtendedCommunitySerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
BGPExtensionProviderContext. registerExtendedCommunitySerializer(Class<? extends ExtendedCommunity> extendedCommunityClass, ExtendedCommunitySerializer serializer)
-
Uses of ExtendedCommunitySerializer in org.opendaylight.protocol.bgp.parser.spi.extended.community
Classes in org.opendaylight.protocol.bgp.parser.spi.extended.community that implement ExtendedCommunitySerializer Modifier and Type Class Description class
Abstract4OctetAsExtendedCommunity
class
AbstractIpv4ExtendedCommunity
class
AbstractOpaqueExtendedCommunity
class
AbstractTwoOctetAsExtendedCommunity
-
Uses of ExtendedCommunitySerializer in org.opendaylight.protocol.bgp.parser.spi.pojo
Methods in org.opendaylight.protocol.bgp.parser.spi.pojo with parameters of type ExtendedCommunitySerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
SimpleBGPExtensionProviderContext. registerExtendedCommunitySerializer(Class<? extends ExtendedCommunity> extendedCommunityClass, ExtendedCommunitySerializer serializer)
-