Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.CapabilityParser
-
Packages that use CapabilityParser Package Description org.opendaylight.protocol.bgp.parser.spi org.opendaylight.protocol.bgp.parser.spi.pojo -
-
Uses of CapabilityParser in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi with parameters of type CapabilityParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationBGPExtensionProviderContext. registerCapabilityParser(int capabilityType, CapabilityParser parser) -
Uses of CapabilityParser in org.opendaylight.protocol.bgp.parser.spi.pojo
Methods in org.opendaylight.protocol.bgp.parser.spi.pojo with parameters of type CapabilityParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationSimpleBGPExtensionProviderContext. registerCapabilityParser(int capabilityType, CapabilityParser parser)
-