Uses of Interface
org.opendaylight.protocol.pcep.spi.XROSubobjectRegistry
-
-
Uses of XROSubobjectRegistry in org.opendaylight.protocol.pcep.parser.object
Constructors in org.opendaylight.protocol.pcep.parser.object with parameters of type XROSubobjectRegistry Constructor Description AbstractXROWithSubobjectsParser(XROSubobjectRegistry subobjReg, int objectClass, int objectType)
PCEPExcludeRouteObjectParser(XROSubobjectRegistry registry)
-
Uses of XROSubobjectRegistry in org.opendaylight.protocol.pcep.parser.subobject
Constructors in org.opendaylight.protocol.pcep.parser.subobject with parameters of type XROSubobjectRegistry Constructor Description EROExplicitExclusionRouteSubobjectParser(XROSubobjectRegistry registry)
-
Uses of XROSubobjectRegistry in org.opendaylight.protocol.pcep.spi
Methods in org.opendaylight.protocol.pcep.spi that return XROSubobjectRegistry Modifier and Type Method Description XROSubobjectRegistry
PCEPExtensionConsumerContext. getXROSubobjectHandlerRegistry()
-
Uses of XROSubobjectRegistry in org.opendaylight.protocol.pcep.spi.pojo
Classes in org.opendaylight.protocol.pcep.spi.pojo that implement XROSubobjectRegistry Modifier and Type Class Description class
SimpleXROSubobjectRegistry
Methods in org.opendaylight.protocol.pcep.spi.pojo that return XROSubobjectRegistry Modifier and Type Method Description XROSubobjectRegistry
SimplePCEPExtensionProviderContext. getXROSubobjectHandlerRegistry()
-