Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.ParameterParser
Package
Description
-
Uses of ParameterParser in org.opendaylight.protocol.bgp.parser.impl.message.open
Modifier and TypeClassDescriptionfinal class
Parser for BGP Capability Parameter. -
Uses of ParameterParser in org.opendaylight.protocol.bgp.parser.spi
Modifier and TypeMethodDescriptionParameterRegistry.findParser
(int parameterType) Find a parser for specified parameter type.Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.Registration
BGPExtensionProviderContext.registerParameterParser
(int parameterType, ParameterParser parser) -
Uses of ParameterParser in org.opendaylight.protocol.bgp.parser.spi.pojo
Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.Registration
SimpleBGPExtensionProviderContext.registerParameterParser
(int parameterType, ParameterParser parser)