Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.ParameterParser
-
Packages that use ParameterParser Package Description org.opendaylight.protocol.bgp.parser.impl.message.open org.opendaylight.protocol.bgp.parser.spi org.opendaylight.protocol.bgp.parser.spi.pojo -
-
Uses of ParameterParser in org.opendaylight.protocol.bgp.parser.impl.message.open
Classes in org.opendaylight.protocol.bgp.parser.impl.message.open that implement ParameterParser Modifier and Type Class Description class
CapabilityParameterParser
Parser for BGP Capability Parameter. -
Uses of ParameterParser in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi that return types with arguments of type ParameterParser Modifier and Type Method Description Optional<ParameterParser>
ParameterRegistry. findParser(int parameterType)
Find a parser for specified parameter type.Methods in org.opendaylight.protocol.bgp.parser.spi with parameters of type ParameterParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
BGPExtensionProviderContext. registerParameterParser(int parameterType, ParameterParser parser)
-
Uses of ParameterParser in org.opendaylight.protocol.bgp.parser.spi.pojo
Methods in org.opendaylight.protocol.bgp.parser.spi.pojo with parameters of type ParameterParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
SimpleBGPExtensionProviderContext. registerParameterParser(int parameterType, ParameterParser parser)
-