Uses of Interface
org.opendaylight.protocol.pcep.spi.VendorInformationTlvRegistry
-
-
Uses of VendorInformationTlvRegistry in org.opendaylight.protocol.pcep.ietf.initiated
Constructors in org.opendaylight.protocol.pcep.ietf.initiated with parameters of type VendorInformationTlvRegistry Constructor Description InitiatedLspObjectParser(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 VendorInformationTlvRegistry Constructor Description StatefulLspObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)
StatefulOpenObjectParser(TlvRegistry tlvReg, VendorInformationTlvRegistry viTlvReg)
StatefulSrpObjectParser(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)
-