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 classDefaultGatewayExtComclassESILabelExtComclassESImpRouteTargetExtComclassLayer2AttributesExtComclassMACMobExtCom -
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 classRedirectAsFourOctetEcHandlerclassRedirectAsTwoOctetEcHandlerclassRedirectIpNextHopEcHandlerclassRedirectIpv4EcHandlerclassRedirectIpv6EcHandlerclassTrafficActionEcHandlerclassTrafficMarkingEcHandlerclassTrafficRateEcHandler -
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 classAsTwoOctetSpecificEcHandlerclassEncapsulationECParser for BGP Encapsulation extended community attribute.classIpv4SpecificEcHandlerclassLinkBandwidthECclassOpaqueEcHandlerclassRouteOriginAsTwoOctetEcHandlerclassRouteOriginIpv4EcHandlerclassSourceASHandlerclassVrfRouteImportHandler -
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 classGeneric4OctASEcHandlerclassRouteOrigin4OctectASEcHandlerclassSourceAS4OctectHandler -
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 classRouteTarget4OctectASEcHandlerclassRouteTargetAsTwoOctetEcHandlerclassRouteTargetIpv4EcHandler -
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.RegistrationBGPExtensionProviderContext. 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 classAbstract4OctetAsExtendedCommunityclassAbstractIpv4ExtendedCommunityclassAbstractOpaqueExtendedCommunityclassAbstractTwoOctetAsExtendedCommunity -
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.RegistrationSimpleBGPExtensionProviderContext. registerExtendedCommunitySerializer(Class<? extends ExtendedCommunity> extendedCommunityClass, ExtendedCommunitySerializer serializer)
-