Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.NlriRegistry
-
Packages that use NlriRegistry Package Description org.opendaylight.protocol.bgp.parser.impl.message org.opendaylight.protocol.bgp.parser.impl.message.update org.opendaylight.protocol.bgp.parser.spi -
-
Uses of NlriRegistry in org.opendaylight.protocol.bgp.parser.impl.message
Constructors in org.opendaylight.protocol.bgp.parser.impl.message with parameters of type NlriRegistry Constructor Description BGPUpdateMessageParser(AttributeRegistry attrReg, NlriRegistry nlriReg)
-
Uses of NlriRegistry in org.opendaylight.protocol.bgp.parser.impl.message.update
Constructors in org.opendaylight.protocol.bgp.parser.impl.message.update with parameters of type NlriRegistry Constructor Description MPReachAttributeParser(NlriRegistry reg)
MPUnreachAttributeParser(NlriRegistry reg)
-
Uses of NlriRegistry in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi that return NlriRegistry Modifier and Type Method Description NlriRegistry
BGPExtensionConsumerContext. getNlriRegistry()
-