Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.ParameterParser
Packages that use ParameterParser
Package
Description
-
Uses of ParameterParser in org.opendaylight.protocol.bgp.parser.impl.message.open
Classes in org.opendaylight.protocol.bgp.parser.impl.message.open that implement ParameterParserModifier and TypeClassDescriptionfinal class
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 ParameterParserModifier and TypeMethodDescriptionParameterRegistry.findParser
(int parameterType) Find a parser for specified parameter type.Methods in org.opendaylight.protocol.bgp.parser.spi with parameters of type ParameterParserModifier and TypeMethodDescriptionorg.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 ParameterParserModifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.Registration
SimpleBGPExtensionProviderContext.registerParameterParser
(int parameterType, ParameterParser parser)