Uses of Interface
org.opendaylight.protocol.pcep.spi.TlvRegistry
- 
- 
Uses of TlvRegistry in org.opendaylight.protocol.pcep.ietf.initiatedConstructors in org.opendaylight.protocol.pcep.ietf.initiated with parameters of type TlvRegistry Constructor Description InitiatedLspObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)InitiatedSrpObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)
- 
Uses of TlvRegistry in org.opendaylight.protocol.pcep.ietf.statefulConstructors in org.opendaylight.protocol.pcep.ietf.stateful with parameters of type TlvRegistry Constructor Description StatefulLspObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)StatefulOpenObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)StatefulSrpObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)
- 
Uses of TlvRegistry in org.opendaylight.protocol.pcep.parser.objectConstructors in org.opendaylight.protocol.pcep.parser.object with parameters of type TlvRegistry Constructor Description PCEPCloseObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)PCEPErrorObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)PCEPGlobalConstraintsObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)PCEPLspaObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)PCEPMonitoringObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)PCEPNoPathObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)PCEPNotificationObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)PCEPObjectiveFunctionObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)PCEPOpenObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)PCEPRequestParameterObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)
- 
Uses of TlvRegistry in org.opendaylight.protocol.pcep.segment.routingConstructors in org.opendaylight.protocol.pcep.segment.routing with parameters of type TlvRegistry Constructor Description PcepOpenObjectWithSpcTlvParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)
- 
Uses of TlvRegistry in org.opendaylight.protocol.pcep.spiMethods in org.opendaylight.protocol.pcep.spi that return TlvRegistry Modifier and Type Method Description TlvRegistryPCEPExtensionConsumerContext. getTlvHandlerRegistry()Constructors in org.opendaylight.protocol.pcep.spi with parameters of type TlvRegistry Constructor Description AbstractObjectWithTlvsParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg, int objectClass, int objectType)
- 
Uses of TlvRegistry in org.opendaylight.protocol.pcep.spi.pojoClasses in org.opendaylight.protocol.pcep.spi.pojo that implement TlvRegistry Modifier and Type Class Description classSimpleTlvRegistryMethods in org.opendaylight.protocol.pcep.spi.pojo that return TlvRegistry Modifier and Type Method Description TlvRegistrySimplePCEPExtensionProviderContext. getTlvHandlerRegistry()
- 
Uses of TlvRegistry in org.opendaylight.protocol.pcep.sync.optimizationsConstructors in org.opendaylight.protocol.pcep.sync.optimizations with parameters of type TlvRegistry Constructor Description SyncOptimizationsLspObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)SyncOptimizationsOpenObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)
 
-