Uses of Interface
org.opendaylight.protocol.pcep.spi.VendorInformationTlvRegistry
-
-
Uses of VendorInformationTlvRegistry in org.opendaylight.protocol.pcep.ietf.initiated00
Constructors in org.opendaylight.protocol.pcep.ietf.initiated00 with parameters of type VendorInformationTlvRegistry Constructor Description CInitiated00LspObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)
CInitiated00SrpObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)
-
Uses of VendorInformationTlvRegistry in org.opendaylight.protocol.pcep.ietf.stateful07
Constructors in org.opendaylight.protocol.pcep.ietf.stateful07 with parameters of type VendorInformationTlvRegistry Constructor Description Stateful07LspaObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)
Stateful07LspObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)
Stateful07OpenObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)
Stateful07SrpObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)
-
Uses of VendorInformationTlvRegistry in org.opendaylight.protocol.pcep.parser.object
-
Uses of VendorInformationTlvRegistry in org.opendaylight.protocol.pcep.segment.routing
Constructors in org.opendaylight.protocol.pcep.segment.routing with parameters of type VendorInformationTlvRegistry Constructor Description PcepOpenObjectWithSpcTlvParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)
-
Uses of VendorInformationTlvRegistry in org.opendaylight.protocol.pcep.spi
Methods in org.opendaylight.protocol.pcep.spi that return VendorInformationTlvRegistry Modifier and Type Method Description VendorInformationTlvRegistry
PCEPExtensionConsumerContext. getVendorInformationTlvRegistry()
Constructors in org.opendaylight.protocol.pcep.spi with parameters of type VendorInformationTlvRegistry Constructor Description 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 VendorInformationTlvRegistry Modifier and Type Class Description class
SimpleVendorInformationTlvRegistry
Methods in org.opendaylight.protocol.pcep.spi.pojo that return VendorInformationTlvRegistry Modifier and Type Method Description VendorInformationTlvRegistry
SimplePCEPExtensionProviderContext. getVendorInformationTlvRegistry()
-
Uses of VendorInformationTlvRegistry in org.opendaylight.protocol.pcep.sync.optimizations
Constructors in org.opendaylight.protocol.pcep.sync.optimizations with parameters of type VendorInformationTlvRegistry Constructor Description SyncOptimizationsLspObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)
SyncOptimizationsOpenObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)
-