Uses of Interface
org.opendaylight.protocol.pcep.spi.TlvRegistry
-
-
Uses of TlvRegistry in org.opendaylight.protocol.pcep.ietf.initiated
Constructors 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.stateful
Constructors 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.object
Constructors 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.routing
Constructors 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.spi
Methods in org.opendaylight.protocol.pcep.spi that return TlvRegistry Modifier and Type Method Description TlvRegistry
PCEPExtensionConsumerContext. 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.pojo
Classes in org.opendaylight.protocol.pcep.spi.pojo that implement TlvRegistry Modifier and Type Class Description class
SimpleTlvRegistry
Methods in org.opendaylight.protocol.pcep.spi.pojo that return TlvRegistry Modifier and Type Method Description TlvRegistry
DefaultPCEPExtensionConsumerContext. getTlvHandlerRegistry()
TlvRegistry
SimplePCEPExtensionProviderContext. getTlvHandlerRegistry()
-
Uses of TlvRegistry in org.opendaylight.protocol.pcep.sync.optimizations
Constructors in org.opendaylight.protocol.pcep.sync.optimizations with parameters of type TlvRegistry Constructor Description SyncOptimizationsLspObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)
SyncOptimizationsOpenObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)
-