Uses of Interface
org.opendaylight.protocol.pcep.spi.VendorInformationTlvRegistry
Packages that use VendorInformationTlvRegistry
Package
Description
-
Uses of VendorInformationTlvRegistry in org.opendaylight.protocol.pcep.ietf.initiated
Constructors in org.opendaylight.protocol.pcep.ietf.initiated with parameters of type VendorInformationTlvRegistryModifierConstructorDescriptionInitiatedLspObjectParser
(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg) InitiatedSrpObjectParser
(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg) -
Uses of VendorInformationTlvRegistry in org.opendaylight.protocol.pcep.ietf.stateful
Constructors in org.opendaylight.protocol.pcep.ietf.stateful with parameters of type VendorInformationTlvRegistryModifierConstructorDescriptionStatefulLspObjectParser
(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg) StatefulOpenObjectParser
(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg) protected
StatefulSrpObjectParser
(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg) -
Uses of VendorInformationTlvRegistry in org.opendaylight.protocol.pcep.parser.object
Constructors in org.opendaylight.protocol.pcep.parser.object with parameters of type VendorInformationTlvRegistryModifierConstructorDescriptionPCEPCloseObjectParser
(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 VendorInformationTlvRegistry in org.opendaylight.protocol.pcep.segment.routing
Constructors in org.opendaylight.protocol.pcep.segment.routing with parameters of type VendorInformationTlvRegistryModifierConstructorDescriptionPcepOpenObjectWithSpcTlvParser
(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg) -
Uses of VendorInformationTlvRegistry in org.opendaylight.protocol.pcep.spi
Methods in org.opendaylight.protocol.pcep.spi that return VendorInformationTlvRegistryConstructors in org.opendaylight.protocol.pcep.spi with parameters of type VendorInformationTlvRegistryModifierConstructorDescriptionprotected
AbstractObjectWithTlvsParser
(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg, int objectClass, int objectType) -
Uses of VendorInformationTlvRegistry in org.opendaylight.protocol.pcep.spi.pojo
Classes in org.opendaylight.protocol.pcep.spi.pojo that implement VendorInformationTlvRegistryMethods in org.opendaylight.protocol.pcep.spi.pojo that return VendorInformationTlvRegistryModifier and TypeMethodDescriptionDefaultPCEPExtensionConsumerContext.getVendorInformationTlvRegistry()
SimplePCEPExtensionProviderContext.getVendorInformationTlvRegistry()
-
Uses of VendorInformationTlvRegistry in org.opendaylight.protocol.pcep.sync.optimizations
Constructors in org.opendaylight.protocol.pcep.sync.optimizations with parameters of type VendorInformationTlvRegistryModifierConstructorDescriptionSyncOptimizationsLspObjectParser
(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg) SyncOptimizationsOpenObjectParser
(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)