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.initiated
Constructors in org.opendaylight.protocol.pcep.ietf.initiated with parameters of type ObjectRegistry Constructor Description InitiatedPCInitiateMessageParser(ObjectRegistry registry) -
Uses of ObjectRegistry in org.opendaylight.protocol.pcep.ietf.stateful
Constructors in org.opendaylight.protocol.pcep.ietf.stateful with parameters of type ObjectRegistry Constructor Description StatefulErrorMessageParser(ObjectRegistry registry)StatefulPCReportMessageParser(ObjectRegistry registry)StatefulPCUpdateRequestMessageParser(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 ObjectRegistryPCEPExtensionConsumerContext. 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 classSimpleObjectRegistryMethods in org.opendaylight.protocol.pcep.spi.pojo that return ObjectRegistry Modifier and Type Method Description ObjectRegistrySimplePCEPExtensionProviderContext. getObjectHandlerRegistry()
-