Uses of Interface
org.opendaylight.protocol.pcep.spi.ObjectParser
-
-
Uses of ObjectParser in org.opendaylight.protocol.pcep.auto.bandwidth.extension
Classes in org.opendaylight.protocol.pcep.auto.bandwidth.extension that implement ObjectParser Modifier and Type Class Description classBandwidthUsageObjectCodec -
Uses of ObjectParser in org.opendaylight.protocol.pcep.ietf.initiated00
Classes in org.opendaylight.protocol.pcep.ietf.initiated00 that implement ObjectParser Modifier and Type Class Description classCInitiated00LspObjectParserParser forLsp.classCInitiated00SrpObjectParserParser forSrp. -
Uses of ObjectParser in org.opendaylight.protocol.pcep.ietf.stateful07
Classes in org.opendaylight.protocol.pcep.ietf.stateful07 that implement ObjectParser Modifier and Type Class Description classStateful07LspaObjectParserParser for Lspa object.classStateful07LspObjectParserParser forLsp.classStateful07OpenObjectParserParser for Open object.classStateful07SrpObjectParserParser forSrp. -
Uses of ObjectParser in org.opendaylight.protocol.pcep.parser.object
-
Uses of ObjectParser in org.opendaylight.protocol.pcep.parser.object.bnc
Classes in org.opendaylight.protocol.pcep.parser.object.bnc that implement ObjectParser Modifier and Type Class Description classBranchNodeListObjectParserclassNonBranchNodeListObjectParser -
Uses of ObjectParser in org.opendaylight.protocol.pcep.parser.object.end.points
Classes in org.opendaylight.protocol.pcep.parser.object.end.points that implement ObjectParser Modifier and Type Class Description classPCEPEndPointsIpv4ObjectParserParser for IPv4EndpointsObj.classPCEPEndPointsIpv6ObjectParserParser for IPv6EndpointsObj.classPCEPP2MPEndPointsIpv4ObjectParserclassPCEPP2MPEndPointsIpv6ObjectParser -
Uses of ObjectParser in org.opendaylight.protocol.pcep.parser.object.unreach
Classes in org.opendaylight.protocol.pcep.parser.object.unreach that implement ObjectParser Modifier and Type Class Description classPCEPIpv4UnreachDestinationParserclassPCEPIpv6UnreachDestinationParser -
Uses of ObjectParser in org.opendaylight.protocol.pcep.pcc.mock
Classes in org.opendaylight.protocol.pcep.pcc.mock that implement ObjectParser Modifier and Type Class Description classPCCEndPointIpv4ObjectParser -
Uses of ObjectParser in org.opendaylight.protocol.pcep.segment.routing
Classes in org.opendaylight.protocol.pcep.segment.routing that implement ObjectParser Modifier and Type Class Description classPcepOpenObjectWithSpcTlvParser -
Uses of ObjectParser in org.opendaylight.protocol.pcep.spi
Classes in org.opendaylight.protocol.pcep.spi that implement ObjectParser Modifier and Type Class Description classAbstractObjectWithTlvsParser<T>classCommonObjectParserMethods in org.opendaylight.protocol.pcep.spi with parameters of type ObjectParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationPCEPExtensionProviderContext. registerObjectParser(ObjectParser parser)org.opendaylight.yangtools.concepts.RegistrationPCEPExtensionProviderContext. registerVendorInformationObjectParser(EnterpriseNumber enterpriseNumber, ObjectParser parser) -
Uses of ObjectParser in org.opendaylight.protocol.pcep.spi.pojo
Methods in org.opendaylight.protocol.pcep.spi.pojo with parameters of type ObjectParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationSimpleObjectRegistry. registerObjectParser(int objectClass, int objectType, ObjectParser parser)org.opendaylight.yangtools.concepts.RegistrationSimplePCEPExtensionProviderContext. registerObjectParser(ObjectParser parser)org.opendaylight.yangtools.concepts.RegistrationSimplePCEPExtensionProviderContext. registerVendorInformationObjectParser(EnterpriseNumber enterpriseNumber, ObjectParser parser)org.opendaylight.yangtools.concepts.RegistrationSimpleVendorInformationObjectRegistry. registerVendorInformationObjectParser(EnterpriseNumber enterpriseNumber, ObjectParser parser) -
Uses of ObjectParser in org.opendaylight.protocol.pcep.sync.optimizations
Classes in org.opendaylight.protocol.pcep.sync.optimizations that implement ObjectParser Modifier and Type Class Description classSyncOptimizationsLspObjectParserclassSyncOptimizationsOpenObjectParser
-