Uses of Interface
org.opendaylight.protocol.pcep.spi.ObjectRegistry
-
-
Uses of ObjectRegistry in org.opendaylight.protocol.pcep.auto.bandwidth.extension
Constructors in org.opendaylight.protocol.pcep.auto.bandwidth.extension with parameters of type ObjectRegistry Constructor Description PcRptMessageCodec(ObjectRegistry registry)
-
Uses of ObjectRegistry in org.opendaylight.protocol.pcep.ietf.initiated00
Constructors in org.opendaylight.protocol.pcep.ietf.initiated00 with parameters of type ObjectRegistry Constructor Description CInitiated00PCInitiateMessageParser(ObjectRegistry registry)
-
Uses of ObjectRegistry in org.opendaylight.protocol.pcep.ietf.stateful07
Constructors in org.opendaylight.protocol.pcep.ietf.stateful07 with parameters of type ObjectRegistry Constructor Description Stateful07ErrorMessageParser(ObjectRegistry registry)
Stateful07PCReportMessageParser(ObjectRegistry registry)
Stateful07PCUpdateRequestMessageParser(ObjectRegistry registry)
-
Uses of ObjectRegistry in org.opendaylight.protocol.pcep.parser.message
Constructors in org.opendaylight.protocol.pcep.parser.message with parameters of type ObjectRegistry Constructor Description PCEPCloseMessageParser(ObjectRegistry registry)
PCEPErrorMessageParser(ObjectRegistry registry)
PCEPKeepAliveMessageParser(ObjectRegistry registry)
PCEPMonitoringReplyMessageParser(ObjectRegistry registry)
PCEPMonitoringRequestMessageParser(ObjectRegistry registry)
PCEPNotificationMessageParser(ObjectRegistry registry)
PCEPOpenMessageParser(ObjectRegistry registry)
PCEPReplyMessageParser(ObjectRegistry registry)
PCEPRequestMessageParser(ObjectRegistry registry)
PCEPStartTLSMessageParser(ObjectRegistry registry)
-
Uses of ObjectRegistry in org.opendaylight.protocol.pcep.spi
Methods in org.opendaylight.protocol.pcep.spi that return ObjectRegistry Modifier and Type Method Description ObjectRegistry
PCEPExtensionConsumerContext. getObjectHandlerRegistry()
Constructors in org.opendaylight.protocol.pcep.spi with parameters of type ObjectRegistry Constructor Description AbstractMessageParser(ObjectRegistry registry)
-
Uses of ObjectRegistry in org.opendaylight.protocol.pcep.spi.pojo
Classes in org.opendaylight.protocol.pcep.spi.pojo that implement ObjectRegistry Modifier and Type Class Description class
SimpleObjectRegistry
Methods in org.opendaylight.protocol.pcep.spi.pojo that return ObjectRegistry Modifier and Type Method Description ObjectRegistry
SimplePCEPExtensionProviderContext. getObjectHandlerRegistry()
-