Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.extended.community.ExtendedCommunityParser
-
-
Uses of ExtendedCommunityParser in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi with parameters of type ExtendedCommunityParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationBGPExtensionProviderContext. registerExtendedCommunityParser(int type, int subtype, ExtendedCommunityParser parser) -
Uses of ExtendedCommunityParser in org.opendaylight.protocol.bgp.parser.spi.extended.community
Classes in org.opendaylight.protocol.bgp.parser.spi.extended.community that implement ExtendedCommunityParser Modifier and Type Class Description classAbstract4OctetAsExtendedCommunityclassAbstractIpv4ExtendedCommunityclassAbstractOpaqueExtendedCommunityclassAbstractTwoOctetAsExtendedCommunity -
Uses of ExtendedCommunityParser in org.opendaylight.protocol.bgp.parser.spi.pojo
Methods in org.opendaylight.protocol.bgp.parser.spi.pojo with parameters of type ExtendedCommunityParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationSimpleBGPExtensionProviderContext. registerExtendedCommunityParser(int type, int subtype, ExtendedCommunityParser parser)
-