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 class
BandwidthUsageObjectCodec
-
Uses of ObjectParser in org.opendaylight.protocol.pcep.ietf.initiated
Classes in org.opendaylight.protocol.pcep.ietf.initiated that implement ObjectParser Modifier and Type Class Description class
InitiatedLspObjectParser
Parser forLsp
.class
InitiatedSrpObjectParser
Parser forSrp
. -
Uses of ObjectParser in org.opendaylight.protocol.pcep.ietf.stateful
Classes in org.opendaylight.protocol.pcep.ietf.stateful that implement ObjectParser Modifier and Type Class Description class
StatefulLspObjectParser
Parser forLsp
.class
StatefulOpenObjectParser
Parser for Open object.class
StatefulSrpObjectParser
Parser 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 class
BranchNodeListObjectParser
class
NonBranchNodeListObjectParser
-
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 class
PCEPEndPointsIpv4ObjectParser
Parser for IPv4EndpointsObj
.class
PCEPEndPointsIpv6ObjectParser
Parser for IPv6EndpointsObj
.class
PCEPP2MPEndPointsIpv4ObjectParser
class
PCEPP2MPEndPointsIpv6ObjectParser
-
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 class
PCEPIpv4UnreachDestinationParser
class
PCEPIpv6UnreachDestinationParser
-
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 class
PCCEndPointIpv4ObjectParser
-
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 class
PcepOpenObjectWithSpcTlvParser
-
Uses of ObjectParser in org.opendaylight.protocol.pcep.spi
Classes in org.opendaylight.protocol.pcep.spi that implement ObjectParser Modifier and Type Class Description class
AbstractObjectWithTlvsParser<T>
class
CommonObjectParser
Methods in org.opendaylight.protocol.pcep.spi with parameters of type ObjectParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
PCEPExtensionProviderContext. registerObjectParser(ObjectParser parser)
org.opendaylight.yangtools.concepts.Registration
PCEPExtensionProviderContext. 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.Registration
SimpleObjectRegistry. registerObjectParser(int objectClass, int objectType, ObjectParser parser)
org.opendaylight.yangtools.concepts.Registration
SimplePCEPExtensionProviderContext. registerObjectParser(ObjectParser parser)
org.opendaylight.yangtools.concepts.Registration
SimplePCEPExtensionProviderContext. registerVendorInformationObjectParser(EnterpriseNumber enterpriseNumber, ObjectParser parser)
org.opendaylight.yangtools.concepts.Registration
SimpleVendorInformationObjectRegistry. 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 class
SyncOptimizationsLspObjectParser
class
SyncOptimizationsOpenObjectParser
-