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