SLF4J(W): Class path contains multiple SLF4J providers. SLF4J(W): Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@d8948cd] SLF4J(W): Found provider [org.slf4j.simple.SimpleServiceProvider@1436a7ab] SLF4J(W): See https://www.slf4j.org/codes.html#multiple_bindings for an explanation. 10:36:27,709 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.3.14 10:36:27,710 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2c88a3e8 - No custom configurators were discovered as a service. 10:36:27,710 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2c88a3e8 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator 10:36:27,712 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2c88a3e8 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator 10:36:27,712 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo] 10:36:27,712 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo] 10:36:27,713 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2c88a3e8 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 1 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY 10:36:27,713 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2c88a3e8 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator 10:36:27,714 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2c88a3e8 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator 10:36:27,714 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/w/workspace/bgpcep-maven-verify-0.21.x-mvn39-openjdk21/pcep/impl/target/test-classes/logback-test.xml] 10:36:27,714 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@68ac9ec5 - Resource [logback-test.xml] occurs multiple times on the classpath. 10:36:27,714 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@68ac9ec5 - Resource [logback-test.xml] occurs at [file:/w/workspace/bgpcep-maven-verify-0.21.x-mvn39-openjdk21/pcep/impl/target/test-classes/logback-test.xml] 10:36:27,714 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@68ac9ec5 - Resource [logback-test.xml] occurs at [jar:file:/tmp/r/org/opendaylight/yangtools/mockito-configuration/13.0.8/mockito-configuration-13.0.8.jar!/logback-test.xml] 10:36:27,774 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - element is deprecated. Near [level] on line 17 10:36:27,774 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - Please use "level" attribute within or elements instead. 10:36:27,774 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - element is deprecated. Near [level] on line 21 10:36:27,774 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - Please use "level" attribute within or elements instead. 10:36:27,832 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Registering a new ReconfigureOnChangeTask ReconfigureOnChangeTask(born:1733740587832) 10:36:27,832 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - No 'scanPeriod' specified. Defaulting to 1 minutes 10:36:27,832 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Will scan for changes in [file:/w/workspace/bgpcep-maven-verify-0.21.x-mvn39-openjdk21/pcep/impl/target/test-classes/logback-test.xml] 10:36:27,832 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Setting ReconfigureOnChangeTask scanning period to 1 minutes 10:36:27,834 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT] 10:36:27,834 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 10:36:27,843 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 10:36:27,890 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting additivity of logger [org.opendaylight.protocol] to false 10:36:27,890 |-INFO in ch.qos.logback.classic.model.processor.LevelModelHandler - org.opendaylight.protocol level set to DEBUG 10:36:27,891 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[org.opendaylight.protocol] 10:36:27,891 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting additivity of logger [org.opendaylight.bgpcep] to false 10:36:27,891 |-INFO in ch.qos.logback.classic.model.processor.LevelModelHandler - org.opendaylight.bgpcep level set to DEBUG 10:36:27,891 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[org.opendaylight.bgpcep] 10:36:27,891 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to INFO 10:36:27,891 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT] 10:36:27,891 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@a50d709 - End of configuration. 10:36:27,893 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ed4bc - Registering current configuration as safe fallback point 10:36:27,893 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2c88a3e8 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 179 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY SLF4J(I): Actual provider is of type [ch.qos.logback.classic.spi.LogbackServiceProvider@d8948cd] 10:36:27.926 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:27.929 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@244418a 10:36:27.930 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:27.931 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@244418a 10:36:27.931 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:27.931 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@123d7057 10:36:27.932 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:27.932 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@123d7057 10:36:27.933 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:27.933 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@68ee3b6d 10:36:27.933 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:27.933 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@68ee3b6d 10:36:27.935 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:27.935 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@4d68b571 10:36:27.936 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:27.936 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@4d68b571 10:36:27.937 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser, preferring the latter 10:36:27.937 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser@2ab26378 10:36:27.938 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:27.938 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@17092fff 10:36:27.938 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:27.938 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@17092fff 10:36:27.939 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:27.940 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@22c75c01 10:36:27.940 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:27.940 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@22c75c01 10:36:27.941 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:27.942 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@37baddde 10:36:27.942 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser, preferring the latter 10:36:27.942 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser@e11ecfa 10:36:27.943 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:27.943 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@37baddde 10:36:27.944 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:27.944 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@6fbb4061 10:36:27.944 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:27.944 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@6fbb4061 10:36:27.945 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:27.945 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@77ab22be 10:36:27.946 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:27.946 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@77ab22be 10:36:27.947 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser, preferring the latter 10:36:27.947 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser@2ae62bb6 10:36:27.948 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:27.948 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@7426a448 10:36:27.948 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:27.948 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@7426a448 10:36:27.949 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:27.949 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@6f798482 10:36:27.950 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser, preferring the latter 10:36:27.950 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser@1b5a1d85 10:36:27.951 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:27.951 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@6f798482 10:36:27.952 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:27.952 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@6fc1020a 10:36:27.952 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:27.952 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@6fc1020a 10:36:27.953 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:27.953 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@66933239 10:36:27.953 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:27.954 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@66933239 10:36:27.954 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser, preferring the latter 10:36:27.955 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser@51c8f62c 10:36:27.955 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:27.955 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@44fff386 10:36:27.955 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:27.955 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@44fff386 10:36:27.956 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:27.957 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@4a901445 10:36:27.957 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:27.957 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@4a901445 10:36:27.958 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:27.958 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@79518e00 10:36:27.958 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:27.958 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@79518e00 10:36:27.959 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:27.959 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@290e8cab 10:36:27.960 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser, preferring the latter 10:36:27.960 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser@34332b8d 10:36:27.960 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:27.960 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@290e8cab 10:36:27.961 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:27.961 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@7a4d582c 10:36:27.962 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:27.962 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@7a4d582c 10:36:27.963 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:27.963 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@7d247660 10:36:27.963 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:27.963 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@7d247660 10:36:27.964 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:27.964 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@1a3e8e24 10:36:27.964 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:27.964 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@1a3e8e24 10:36:27.965 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:27.965 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@30b975ad 10:36:27.965 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:27.966 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@30b975ad 10:36:27.966 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:27.966 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@3ddeaa5f 10:36:27.966 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:27.967 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@3ddeaa5f 10:36:27.976 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:27.976 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@5562c2c9 10:36:27.976 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:27.976 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@5562c2c9 10:36:27.978 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:27.978 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@13dbed9e 10:36:27.978 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:27.978 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@13dbed9e 10:36:27.979 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:27.980 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@3c8a7e38 10:36:27.980 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:27.980 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@3c8a7e38 10:36:27.981 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:27.981 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@ceddaf8 10:36:27.981 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:27.981 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@ceddaf8 10:36:27.982 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer, preferring the latter 10:36:27.982 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer@7978e022 10:36:27.983 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser, preferring the latter 10:36:27.983 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser@76a805b7 10:36:27.984 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser, preferring the latter 10:36:27.984 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser@77bc2e16 10:36:27.985 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser, preferring the latter 10:36:27.986 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser@5e5aafc6 10:36:27.986 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser, preferring the latter 10:36:27.986 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser@542f6803 10:36:27.987 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer, preferring the latter 10:36:27.987 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer@47311277 10:36:27.988 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser, preferring the latter 10:36:27.988 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser@2489e84a 10:36:27.989 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser, preferring the latter 10:36:27.989 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser@70c69586 10:36:27.991 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:27.991 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@4694f434 10:36:27.991 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:27.991 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@4694f434 10:36:27.992 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser, preferring the latter 10:36:27.992 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser@3b7eac14 10:36:27.994 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:27.994 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@463561c5 10:36:27.994 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:27.994 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@659feb22 10:36:27.995 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:27.995 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@463561c5 10:36:27.995 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:27.995 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@659feb22 10:36:27.996 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:27.996 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@311ff287 10:36:27.997 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:27.997 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@311ff287 10:36:27.997 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:27.997 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@1a8b81e8 10:36:27.998 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:27.998 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@1a8b81e8 10:36:27.999 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:27.999 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@2a097d77 10:36:27.999 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:27.999 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@2a097d77 10:36:28.000 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.000 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@7f2d31af 10:36:28.000 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.001 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@7f2d31af 10:36:28.001 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.001 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@2f74900b 10:36:28.002 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.002 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@2f74900b 10:36:28.002 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.003 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@4fc5563d 10:36:28.003 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.003 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@4fc5563d 10:36:28.004 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.004 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@203d1d93 10:36:28.004 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.004 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@203d1d93 10:36:28.005 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.005 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@3458eca5 10:36:28.005 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.006 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@3458eca5 10:36:28.006 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.006 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@76130a29 10:36:28.007 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.007 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@76130a29 10:36:28.008 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.008 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@42cc183e 10:36:28.008 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.008 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@42cc183e 10:36:28.009 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.009 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@30893e08 10:36:28.010 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.010 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@30893e08 10:36:28.011 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.011 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@550de6b8 10:36:28.012 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.012 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@550de6b8 10:36:28.013 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.013 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@43d3aba5 10:36:28.013 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.013 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@43d3aba5 10:36:28.014 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.014 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@303c55fa 10:36:28.014 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.015 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@303c55fa 10:36:28.015 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.015 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@5b9499fe 10:36:28.016 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.016 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@5b9499fe 10:36:28.017 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.017 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@67774e29 10:36:28.017 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.017 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@67774e29 10:36:28.018 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.018 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@6198e9b5 10:36:28.019 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.019 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@6198e9b5 10:36:28.020 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.020 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@3330f3ad 10:36:28.020 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.020 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@3330f3ad 10:36:28.021 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.021 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@9e54c59 10:36:28.021 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.021 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@9e54c59 10:36:28.022 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser, preferring the latter 10:36:28.022 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser@7c1447b5 10:36:28.022 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.022 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser are not related, keeping the former 10:36:28.022 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@9e54c59 10:36:28.023 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.023 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@345d053b 10:36:28.023 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.023 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@345d053b 10:36:28.024 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser, preferring the latter 10:36:28.024 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser@48a663e9 10:36:28.024 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.024 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser are not related, keeping the former 10:36:28.024 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@345d053b 10:36:28.025 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.025 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@39ffda4a 10:36:28.025 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.025 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@39ffda4a 10:36:28.026 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.026 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@38cedb7d 10:36:28.026 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.026 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@38cedb7d 10:36:28.028 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.028 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@7b477141 10:36:28.028 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.028 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@7b477141 10:36:28.098 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.098 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@7bc58891 10:36:28.098 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.098 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@7bc58891 10:36:28.102 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.102 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@6975fb1c 10:36:28.102 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.103 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@6975fb1c 10:36:28.105 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.105 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@2cca611f 10:36:28.105 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.105 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@2cca611f 10:36:28.107 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.107 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@36790bec 10:36:28.107 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.107 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@36790bec 10:36:28.109 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.109 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@4de79b7d 10:36:28.109 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.109 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@4de79b7d 10:36:28.110 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.110 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@60f21960 10:36:28.110 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.110 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@60f21960 10:36:28.111 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.111 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@4eaf7902 10:36:28.112 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.112 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@4eaf7902 10:36:28.112 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.113 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@3e377967 10:36:28.114 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.114 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@3e377967 10:36:28.115 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.115 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@4751e8b9 10:36:28.115 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.115 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@4751e8b9 10:36:28.118 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.118 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@5eb5da12 10:36:28.118 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.118 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@5eb5da12 10:36:28.118 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.119 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@5099c59b 10:36:28.119 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.119 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@5099c59b 10:36:28.285 [main] INFO o.o.m.b.s.r.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone 10:36:28.286 [main] INFO o.o.m.b.s.r.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix 10:36:28.287 [main] INFO o.o.m.b.s.r.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone 10:36:28.288 [main] INFO o.o.m.b.s.r.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Prefix 10:36:28.307 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.307 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@3b0d3a63 10:36:28.307 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.307 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@3b0d3a63 10:36:28.307 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.307 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@50598a1a 10:36:28.307 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.307 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@50598a1a 10:36:28.307 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.307 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@14de1901 10:36:28.307 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.307 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@14de1901 10:36:28.308 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.308 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@437ed416 10:36:28.308 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.308 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@437ed416 10:36:28.308 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.308 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser@11f23038 10:36:28.308 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.308 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@de77146 10:36:28.308 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.308 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@de77146 10:36:28.308 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.308 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@691567ea 10:36:28.308 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.308 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@691567ea 10:36:28.308 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.309 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@5cfed0ba 10:36:28.309 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser, preferring the latter 10:36:28.309 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser@5c8d58ed 10:36:28.309 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.309 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@5cfed0ba 10:36:28.309 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.309 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@6a567f7b 10:36:28.309 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.309 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@6a567f7b 10:36:28.309 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.309 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@28be7fec 10:36:28.309 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.309 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@28be7fec 10:36:28.309 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.309 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser@26f0141 10:36:28.309 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.309 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@34136bd1 10:36:28.310 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.310 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@34136bd1 10:36:28.310 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.310 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@6de7778f 10:36:28.310 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser, preferring the latter 10:36:28.310 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser@367d34c0 10:36:28.310 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.310 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@6de7778f 10:36:28.310 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.310 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@4ce25e47 10:36:28.310 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.310 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@4ce25e47 10:36:28.310 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.310 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@6380e9e9 10:36:28.310 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.311 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@6380e9e9 10:36:28.311 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.311 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser@350da119 10:36:28.311 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.311 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@6a09484c 10:36:28.311 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.311 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@6a09484c 10:36:28.311 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.311 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@34c7232c 10:36:28.311 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.311 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@34c7232c 10:36:28.311 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.311 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@50ec4bfc 10:36:28.311 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.311 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@50ec4bfc 10:36:28.311 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.312 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@8b13d91 10:36:28.312 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser, preferring the latter 10:36:28.312 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser@285a4fe3 10:36:28.312 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.312 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@8b13d91 10:36:28.312 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.312 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@2589d787 10:36:28.312 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.312 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@2589d787 10:36:28.312 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.312 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@1788cb61 10:36:28.312 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.312 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@1788cb61 10:36:28.312 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.312 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@16d431b4 10:36:28.313 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.313 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@16d431b4 10:36:28.313 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.313 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@6c0b51da 10:36:28.313 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.313 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@6c0b51da 10:36:28.313 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.313 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@7558633 10:36:28.313 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.313 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@7558633 10:36:28.313 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.313 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@5657967b 10:36:28.313 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.313 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@5657967b 10:36:28.313 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.313 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@61394494 10:36:28.314 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.314 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@61394494 10:36:28.314 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.314 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@578a5ce8 10:36:28.314 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.314 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@578a5ce8 10:36:28.314 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.314 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@7c453c34 10:36:28.314 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.314 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@7c453c34 10:36:28.314 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer, preferring the latter 10:36:28.314 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer@16cb9989 10:36:28.314 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.314 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser@3dfd6220 10:36:28.314 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.314 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser@3815146b 10:36:28.314 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser, preferring the latter 10:36:28.315 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser@6de43bc1 10:36:28.315 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser, preferring the latter 10:36:28.315 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser@27a9f025 10:36:28.315 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer, preferring the latter 10:36:28.315 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer@71936a92 10:36:28.315 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.315 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser@61359e87 10:36:28.315 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.315 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser@2dc39b53 10:36:28.315 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.315 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@45037e16 10:36:28.315 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.315 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@45037e16 10:36:28.315 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser, preferring the latter 10:36:28.315 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser@2f2e4bde 10:36:28.315 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.315 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@6222391a 10:36:28.316 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.316 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@538a2f0e 10:36:28.316 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.316 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@6222391a 10:36:28.316 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.316 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@538a2f0e 10:36:28.316 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.316 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@d2708a7 10:36:28.316 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.316 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@d2708a7 10:36:28.316 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.316 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@508ad266 10:36:28.316 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.316 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@508ad266 10:36:28.316 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.316 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@2313db84 10:36:28.316 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.316 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@2313db84 10:36:28.317 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.317 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@216372b7 10:36:28.317 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.317 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@216372b7 10:36:28.317 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.317 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@14b4340c 10:36:28.317 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.317 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@14b4340c 10:36:28.317 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.317 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@12abcd1e 10:36:28.317 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.317 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@12abcd1e 10:36:28.317 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.317 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@2fd9fb34 10:36:28.317 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.317 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@2fd9fb34 10:36:28.317 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.318 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@1595d2b2 10:36:28.318 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.318 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@1595d2b2 10:36:28.318 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.318 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@20349058 10:36:28.318 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.318 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@20349058 10:36:28.318 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.318 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@6cbb7a7d 10:36:28.318 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.318 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@6cbb7a7d 10:36:28.318 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.318 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@cdb3c85 10:36:28.318 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.318 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@cdb3c85 10:36:28.318 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.319 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@37606fee 10:36:28.319 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.319 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@37606fee 10:36:28.319 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.319 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@33d28f0a 10:36:28.319 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.319 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@33d28f0a 10:36:28.319 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.319 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@48d739f 10:36:28.319 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.319 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@48d739f 10:36:28.319 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.319 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@51e7589f 10:36:28.319 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.319 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@51e7589f 10:36:28.320 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.320 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@65cc5252 10:36:28.320 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.320 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@65cc5252 10:36:28.320 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.320 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@42c12b3e 10:36:28.320 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.320 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@42c12b3e 10:36:28.320 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.320 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@2dbfa972 10:36:28.320 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.321 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@2dbfa972 10:36:28.321 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.321 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@46f73ffa 10:36:28.321 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.321 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@46f73ffa 10:36:28.321 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser, preferring the latter 10:36:28.321 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser@41aebbb4 10:36:28.321 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.321 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser are not related, keeping the former 10:36:28.321 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@46f73ffa 10:36:28.321 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.321 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@afde064 10:36:28.321 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.321 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@afde064 10:36:28.321 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser, preferring the latter 10:36:28.321 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser@5a592c70 10:36:28.322 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.322 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser are not related, keeping the former 10:36:28.322 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@afde064 10:36:28.322 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.322 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@252ec02e 10:36:28.322 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.322 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@252ec02e 10:36:28.322 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.322 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@11e9ac24 10:36:28.322 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.322 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@11e9ac24 10:36:28.322 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.322 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@74f280bd 10:36:28.322 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.322 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@74f280bd 10:36:28.322 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.322 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@675b18ff 10:36:28.323 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.323 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@675b18ff 10:36:28.323 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.323 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@34279b8a 10:36:28.323 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.323 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@34279b8a 10:36:28.323 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.323 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@687389a6 10:36:28.323 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.323 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@687389a6 10:36:28.323 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.323 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@8641b7d 10:36:28.323 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.323 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@8641b7d 10:36:28.323 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.323 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@37c7766e 10:36:28.323 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.323 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@37c7766e 10:36:28.323 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.323 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@3fb450d7 10:36:28.324 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.324 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@3fb450d7 10:36:28.324 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.324 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@4b7ed03e 10:36:28.324 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.324 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@4b7ed03e 10:36:28.324 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.324 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@636985df 10:36:28.324 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.324 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@636985df 10:36:28.324 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.324 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@6f91fbda 10:36:28.324 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.324 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@6f91fbda 10:36:28.324 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.324 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@723e3c17 10:36:28.324 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.324 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@723e3c17 10:36:28.324 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.324 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@4ffced4e 10:36:28.325 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.325 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@4ffced4e 10:36:28.328 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.328 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@4270b142 10:36:28.328 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.328 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@4270b142 10:36:28.328 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.328 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@2dfa02c1 10:36:28.328 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.329 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@2dfa02c1 10:36:28.329 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.329 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@6314df3c 10:36:28.329 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.329 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@6314df3c 10:36:28.329 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.329 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@5785e813 10:36:28.329 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.329 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@5785e813 10:36:28.329 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.329 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser@10b8b900 10:36:28.329 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.329 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@6d294ddc 10:36:28.329 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.329 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@6d294ddc 10:36:28.329 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.329 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@2801827a 10:36:28.329 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.329 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@2801827a 10:36:28.330 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.330 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@50bc3219 10:36:28.330 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser, preferring the latter 10:36:28.330 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser@599f1b7 10:36:28.330 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.330 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@50bc3219 10:36:28.330 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.330 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@22791b75 10:36:28.330 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.330 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@22791b75 10:36:28.330 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.330 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@64f4f12 10:36:28.330 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.330 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@64f4f12 10:36:28.330 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.330 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser@37d28938 10:36:28.330 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.331 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@7d0cd23c 10:36:28.331 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.331 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@7d0cd23c 10:36:28.331 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.331 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@17c4dc5b 10:36:28.331 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser, preferring the latter 10:36:28.331 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser@6b0f266e 10:36:28.331 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.331 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@17c4dc5b 10:36:28.331 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.331 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@4837f97e 10:36:28.331 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.331 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@4837f97e 10:36:28.331 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.331 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@53314f76 10:36:28.331 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.331 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@53314f76 10:36:28.331 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.331 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser@62a6674f 10:36:28.331 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.332 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@70881123 10:36:28.332 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.332 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@70881123 10:36:28.332 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.332 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@703fa45 10:36:28.332 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.332 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@703fa45 10:36:28.332 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.332 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@5e905f2c 10:36:28.332 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.332 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@5e905f2c 10:36:28.332 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.332 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@fddd7ae 10:36:28.332 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser, preferring the latter 10:36:28.332 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser@3f6cce7f 10:36:28.332 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.332 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@fddd7ae 10:36:28.332 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.332 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@2725ca05 10:36:28.332 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@2725ca05 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@7b9088f2 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@7b9088f2 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@1a914089 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@1a914089 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@43d76a92 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@43d76a92 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@4a2bf50f 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@4a2bf50f 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@350323a0 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@350323a0 10:36:28.333 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.334 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@2506b881 10:36:28.334 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.334 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@2506b881 10:36:28.334 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.334 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@5d7dd549 10:36:28.334 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.334 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@5d7dd549 10:36:28.334 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.334 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@486bd064 10:36:28.334 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.334 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@486bd064 10:36:28.334 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer, preferring the latter 10:36:28.334 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer@6459f4ea 10:36:28.334 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.334 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser@740b9a50 10:36:28.334 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.334 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser@476fde05 10:36:28.334 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser, preferring the latter 10:36:28.334 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser@5111de7c 10:36:28.334 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser, preferring the latter 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser@7ac48e10 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer, preferring the latter 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer@52354202 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser@6b1321b7 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser@342ee097 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@6ac45c0c 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@6ac45c0c 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser, preferring the latter 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser@12192604 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@6075b369 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@231cdda8 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@6075b369 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@231cdda8 10:36:28.335 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@6b70d1fb 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@6b70d1fb 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@3002e397 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@3002e397 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@7da1e005 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@7da1e005 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@38159384 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@38159384 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@55877274 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@55877274 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.336 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@723e2d08 10:36:28.337 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.337 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@723e2d08 10:36:28.337 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.337 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@6d4a82 10:36:28.337 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.337 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@6d4a82 10:36:28.337 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.337 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@14f060b8 10:36:28.337 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.337 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@14f060b8 10:36:28.337 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.337 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@7a0ab480 10:36:28.337 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.337 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@7a0ab480 10:36:28.337 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.337 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@79df80a4 10:36:28.337 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@79df80a4 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@130cfc47 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@130cfc47 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@4eeab3e 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@4eeab3e 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@2b6fb197 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@2b6fb197 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@2eb0cefe 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@2eb0cefe 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@5a2ae1ab 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@5a2ae1ab 10:36:28.338 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@2bec068b 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@2bec068b 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@7d59e968 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@7d59e968 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@55361f03 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@55361f03 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@581c9bb7 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@581c9bb7 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser, preferring the latter 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser@138f0661 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser are not related, keeping the former 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@581c9bb7 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@212fafd1 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.339 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@212fafd1 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser, preferring the latter 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser@448462f0 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser are not related, keeping the former 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@212fafd1 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@787988f4 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@787988f4 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@132e3594 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@132e3594 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@4f235107 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@4f235107 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@28d739f1 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@28d739f1 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@1c5d3a37 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@1c5d3a37 10:36:28.340 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@7e3d2ebd 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@7e3d2ebd 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@2b43f314 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@2b43f314 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@3a4a5f3c 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@3a4a5f3c 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@4f3356c0 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@4f3356c0 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@586cc15d 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@586cc15d 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@6c835217 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.341 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@6c835217 10:36:28.342 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.342 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@4584304 10:36:28.342 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.342 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@4584304 10:36:28.342 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.342 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@51888019 10:36:28.342 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.342 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@51888019 10:36:28.342 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.342 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@6f50d55c 10:36:28.342 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.342 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@6f50d55c 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@4981d95b 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@4981d95b 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@656842bc 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@656842bc 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@6b867ee7 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@6b867ee7 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@3dec3f87 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@3dec3f87 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser@7a606260 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@5dbab232 10:36:28.352 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@5dbab232 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@5939e24 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@5939e24 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@595f9916 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser, preferring the latter 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser@2055833f 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@595f9916 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@28768e25 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@28768e25 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@310d57b1 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@310d57b1 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser@143fefaf 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@18ffca6c 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@18ffca6c 10:36:28.353 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@46468f0 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser, preferring the latter 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser@5f8f1712 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@46468f0 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@34a6d9db 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@34a6d9db 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@52ecc989 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@52ecc989 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser@756808cc 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@52f8a6f4 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@52f8a6f4 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@5012c571 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@5012c571 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@6486fe7b 10:36:28.354 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@6486fe7b 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@511da44f 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser, preferring the latter 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser@4645679e 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@511da44f 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@3a0b6a 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@3a0b6a 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@539c4830 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@539c4830 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@6f1fa1d0 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@6f1fa1d0 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@28b523a 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@28b523a 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@52ba685a 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@52ba685a 10:36:28.355 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@63d677f5 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@63d677f5 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@71d55b7e 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@71d55b7e 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@2997ddfc 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@2997ddfc 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@28ee882c 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@28ee882c 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer, preferring the latter 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer@78d73b1b 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser@238291d4 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser@34edd065 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser, preferring the latter 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser@681e913c 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser, preferring the latter 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser@29d070c7 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer, preferring the latter 10:36:28.356 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer@1eeb5818 10:36:28.357 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.357 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser@44dfdd58 10:36:28.357 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.357 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser@58d4238e 10:36:28.357 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.357 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@72a8361b 10:36:28.357 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.357 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@72a8361b 10:36:28.357 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser, preferring the latter 10:36:28.357 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser@36478bce 10:36:28.357 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.357 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@c48b543 10:36:28.357 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.357 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@75793f17 10:36:28.357 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.357 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@c48b543 10:36:28.357 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.357 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@75793f17 10:36:28.357 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@4652c74d 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@4652c74d 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@4cc12db2 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@4cc12db2 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@5ea7bc4 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@5ea7bc4 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@39d77de9 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@39d77de9 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@696fad31 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@696fad31 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@2c06b113 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@2c06b113 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.358 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@7a64cb0c 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@7a64cb0c 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@785ed99c 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@785ed99c 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@6c4ce583 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@6c4ce583 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@755b5f30 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@755b5f30 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@29bbc63c 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@29bbc63c 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@272778ae 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@272778ae 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@2cccf134 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@2cccf134 10:36:28.359 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@3c18942 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@3c18942 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@743c3520 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@743c3520 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@6842c101 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@6842c101 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@234cd86c 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@234cd86c 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@2c48cede 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@2c48cede 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@39c87b42 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@39c87b42 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser, preferring the latter 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser@47fcefb3 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser are not related, keeping the former 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@39c87b42 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@236c098 10:36:28.360 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@236c098 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser, preferring the latter 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser@68e2d03e 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser are not related, keeping the former 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@236c098 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@120aa40b 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@120aa40b 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@32ab408e 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@32ab408e 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@6ad6443 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@6ad6443 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@78b03788 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@78b03788 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@3f5dfe69 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@3f5dfe69 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@571a663c 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@571a663c 10:36:28.361 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@3a788fe0 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@3a788fe0 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@430df350 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@430df350 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@1373e3ee 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@1373e3ee 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@175c5c3a 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@175c5c3a 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@69a5c6be 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@69a5c6be 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@451e2fa9 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@451e2fa9 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@497ed877 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@497ed877 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@3cb6e0ee 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.362 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@3cb6e0ee 10:36:28.401 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Attempt to parse subobject from bytes: ffff 10:36:28.403 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Subobject was parsed. Subobject{loose=false, subobjectType=AsNumberCase{asNumber=AsNumber{asNumber=AsNumber{value=65535}}}} 10:36:28.409 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.409 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@3a9b41a0 10:36:28.409 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.409 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@3a9b41a0 10:36:28.409 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.409 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@5fe46d52 10:36:28.409 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.409 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@5fe46d52 10:36:28.409 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.409 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@448ade1 10:36:28.409 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@448ade1 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@21f9c6ea 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@21f9c6ea 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser@418f0534 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@3dfd7eaa 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@3dfd7eaa 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@7c9beb51 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@7c9beb51 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@133aacbe 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser@2aa5bd48 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@133aacbe 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@7cfb8e98 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@7cfb8e98 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@5f193335 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@5f193335 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser@19002b34 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@1ec88aa1 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@1ec88aa1 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@3e6748ae 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser@28f154cc 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@3e6748ae 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.410 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@3030836d 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@3030836d 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@6af78a48 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@6af78a48 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser@6ed18d80 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@4c24f3a2 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@4c24f3a2 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@783b3aa0 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@783b3aa0 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@2ec85a25 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@2ec85a25 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@4c176ff1 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser@27c53c32 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@4c176ff1 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@68aec50 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@68aec50 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@6aff97d6 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@6aff97d6 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@1d60059f 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@1d60059f 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@134a8ead 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@134a8ead 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.411 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@427308f8 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@427308f8 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@54247647 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@54247647 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@4975dda1 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@4975dda1 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@e0d1dc4 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@e0d1dc4 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@5463f035 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@5463f035 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer, preferring the latter 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer@230232b0 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser@44fd7ba4 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser@22f8adc2 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser, preferring the latter 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser@69d103f0 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser, preferring the latter 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser@5b742bc8 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer, preferring the latter 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer@74fb5b59 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser@130a6eb9 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser@722531ab 10:36:28.412 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@8f57e4c 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@8f57e4c 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser@26fadd98 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@66451058 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@3db6dd52 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@66451058 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@3db6dd52 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@1e92c3b6 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@1e92c3b6 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@6ef4cbe1 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@6ef4cbe1 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@207dd1b7 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@207dd1b7 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@2baac4a7 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@2baac4a7 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@23ad2d17 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@23ad2d17 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@6bce4140 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@6bce4140 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@25f0c5e7 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.413 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@25f0c5e7 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@5882b202 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@5882b202 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@120df990 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@120df990 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@b506ed0 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@b506ed0 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@282c4da0 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@282c4da0 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@65f3e805 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@65f3e805 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@18cf5c52 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@18cf5c52 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@10618775 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@10618775 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@5aea8994 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@5aea8994 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@20a3e10c 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@20a3e10c 10:36:28.414 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@426c0486 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@426c0486 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@5e2a6991 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@5e2a6991 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@5002fde9 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@5002fde9 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser, preferring the latter 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser@6f96dd64 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser are not related, keeping the former 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@5002fde9 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@4d7cac24 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@4d7cac24 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser, preferring the latter 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser@409732fb 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser are not related, keeping the former 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@4d7cac24 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@73d62b5 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@73d62b5 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@5e99e2cb 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@5e99e2cb 10:36:28.415 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@76ac68b0 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@76ac68b0 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@f559c74 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@f559c74 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@63917fe1 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@63917fe1 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@720f56e2 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@720f56e2 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@677349fb 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@677349fb 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@4466cf5d 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@4466cf5d 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@2c60ce47 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@2c60ce47 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@2450256f 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@2450256f 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@59918c8f 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@59918c8f 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@2b7facc7 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@2b7facc7 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@1c74d19 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@1c74d19 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@24197b13 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.416 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@24197b13 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@15369d73 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@15369d73 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@1cde374 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@1cde374 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@6818fd48 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@6818fd48 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@9263c54 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@9263c54 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser@28daf506 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@4662752a 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@4662752a 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@693f2213 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@693f2213 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@514377fc 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser, preferring the latter 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser@2e4eda17 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@514377fc 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.425 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@7b5021d1 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@7b5021d1 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@6befbb12 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@6befbb12 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser@21d9cd04 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@799f354a 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@799f354a 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@33bdd01 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser@159ac15f 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@33bdd01 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@7ac48f05 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@7ac48f05 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@7af1d072 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@7af1d072 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser@27ffd9f8 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@642c6461 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@642c6461 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@3ace6346 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@3ace6346 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@4e48462d 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@4e48462d 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@17216605 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser@10a907ec 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@17216605 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@59b492ec 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@59b492ec 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@55c1ced9 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@55c1ced9 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.426 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@49cc9b2a 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@49cc9b2a 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@11826398 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@11826398 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@6c5ca0b6 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@6c5ca0b6 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@37b01ce2 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@37b01ce2 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@1a88c4f5 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@1a88c4f5 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@1894fa9f 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@1894fa9f 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@1144a02b 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@1144a02b 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer@26a4f9ed 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser@7a572ea0 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser@45287377 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser@7159d601 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser@70b33256 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer@33d230ce 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser@35e74e08 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser@a316f6b 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@63f9ddf9 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@63f9ddf9 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser@410fc508 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@4e17442f 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@4f5c30b1 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@4e17442f 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@4f5c30b1 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.427 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@62e73ab6 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@62e73ab6 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@5d7f8467 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@5d7f8467 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@29bd85db 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@29bd85db 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@7caf1e5 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@7caf1e5 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@5c234920 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@5c234920 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@7ddeb27f 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@7ddeb27f 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@38087342 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@38087342 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@681de87f 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@681de87f 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@2eb1c615 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@2eb1c615 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@2674d4f6 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@2674d4f6 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@5d9d2119 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@5d9d2119 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@5a4464c5 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@5a4464c5 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@7ae590f6 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@7ae590f6 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@7ab63838 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@7ab63838 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@4e974b9e 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@4e974b9e 10:36:28.428 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@370c7cc5 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@370c7cc5 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@61b838f2 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@61b838f2 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@2a04ab05 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@2a04ab05 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@5ebbde60 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@5ebbde60 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser@a056b26 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser are not related, keeping the former 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@5ebbde60 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@2a5abd3c 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@2a5abd3c 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser@250967f1 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser are not related, keeping the former 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@2a5abd3c 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@25c1f5ee 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@25c1f5ee 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@4bce62b 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@4bce62b 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@7bf018dd 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@7bf018dd 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@15a8cebd 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@15a8cebd 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@3f6c2763 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@3f6c2763 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@5c82031b 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@5c82031b 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.429 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@274fdea6 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@274fdea6 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@74c121d4 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@74c121d4 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@2a484710 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@2a484710 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@661e1399 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@661e1399 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@3ffd4b12 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@3ffd4b12 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@424f02b8 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@424f02b8 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@2ad7bd26 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@2ad7bd26 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@3cc3f13e 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.430 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@3cc3f13e 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@44faa4f2 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@44faa4f2 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@6793f752 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@6793f752 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@1216eb3f 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@1216eb3f 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@59e7564b 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@59e7564b 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser@482ba4b1 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@307af381 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@307af381 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@1510b9a2 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@1510b9a2 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@76a6f045 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser@633ddc0c 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@76a6f045 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@4bcdd11 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@4bcdd11 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@1471b98d 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@1471b98d 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser@5514579e 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@58c42c8c 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@58c42c8c 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@3af236d0 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser@23564dd2 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@3af236d0 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@54895681 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@54895681 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@2dd0a0d0 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@2dd0a0d0 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.433 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser@6bf570c 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@1796b2d4 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@1796b2d4 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@935d3f9 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@935d3f9 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@214b342f 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@214b342f 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@5db0003d 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser@7f12094d 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@5db0003d 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@589fb74d 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@589fb74d 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@200d1a3d 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@200d1a3d 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@7de147e9 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@7de147e9 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@12567179 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@12567179 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@37d699a1 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@37d699a1 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@7f42b194 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@7f42b194 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@8eb6f9a 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@8eb6f9a 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@29170a47 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@29170a47 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@2a8f8555 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@2a8f8555 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer@402b4f81 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser@13ef7fa1 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser@23b1aa9 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser, preferring the latter 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser@54489296 10:36:28.434 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser@4e8598d9 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer@267ff4df 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser@7c4b5ceb 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser@6c07add6 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@e26a3df 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@e26a3df 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser@57a667c8 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@712cd5d3 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@2094bf3d 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@712cd5d3 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@2094bf3d 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@1b17d8ab 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@1b17d8ab 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@7f6b7426 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@7f6b7426 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@687eb455 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@687eb455 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@6d969330 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@6d969330 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@4861cca9 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@4861cca9 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@6c8f4bc7 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@6c8f4bc7 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@714e861f 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@714e861f 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@28989415 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@28989415 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@6eda012b 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@6eda012b 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.435 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@781dbe44 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@781dbe44 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@7d66a126 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@7d66a126 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@1132baa3 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@1132baa3 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@2fdf22f7 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@2fdf22f7 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@3a2546d6 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@3a2546d6 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@7282af25 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@7282af25 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@7661e474 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@7661e474 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@20ffb8d5 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@20ffb8d5 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@307c59ea 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@307c59ea 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@57e03347 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@57e03347 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser@2edb2f8b 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser are not related, keeping the former 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@57e03347 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@733f1395 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@733f1395 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser@21dea711 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser are not related, keeping the former 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@733f1395 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@7772d266 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@7772d266 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@a21c74 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@a21c74 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@b8a144e 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@b8a144e 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@5fb8dc01 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.436 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@5fb8dc01 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@3e38c472 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@3e38c472 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@2ee92e7d 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@2ee92e7d 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@759a678a 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@759a678a 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@6cdbe5ec 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@6cdbe5ec 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@14b8a751 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@14b8a751 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@7345f97d 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@7345f97d 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@554566a8 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@554566a8 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@66020d69 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@66020d69 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@3751acd7 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@3751acd7 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@6b832551 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.437 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@6b832551 10:36:28.444 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Attempt to parse subobject from bytes: ffff 10:36:28.445 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Subobject was parsed. Subobject{loose=false, subobjectType=AsNumberCase{asNumber=AsNumber{asNumber=AsNumber{value=65535}}}} 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@5abf6a99 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@5abf6a99 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@dc59ec2 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@dc59ec2 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@375084c9 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@375084c9 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@bd93bc3 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@bd93bc3 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser@2a136383 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@b01cb8d 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@b01cb8d 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@38c460e8 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@38c460e8 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@7a814310 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser@4bbf38b8 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@7a814310 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@4e67cfe1 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@4e67cfe1 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@55bf35e5 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@55bf35e5 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser@25567581 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@179ee36b 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@179ee36b 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@67763ebe 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser@4b4a2fa8 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@67763ebe 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@5da6b13d 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@5da6b13d 10:36:28.448 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@3dc39459 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@3dc39459 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser@6b16de91 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@71bb8b34 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@71bb8b34 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@197ce367 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@197ce367 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@383cdd4d 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@383cdd4d 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@65036e8d 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser@48ccbb32 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@65036e8d 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@36551e97 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@36551e97 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@685d7ba5 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@685d7ba5 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@16d41725 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@16d41725 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@3b6c2be6 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@3b6c2be6 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@25533bba 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@25533bba 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@26d0ece6 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@26d0ece6 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@100bba26 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@100bba26 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@4ae280da 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@4ae280da 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@76d0ecd7 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@76d0ecd7 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer@57c69937 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser@1ad1c363 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser@446b64b3 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser@35ac9ebd 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser@56c0a61e 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer@421ead7e 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser@5dcf0772 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser@c472300 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.449 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@5f6494c0 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@5f6494c0 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser@6826b70f 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@4df7d9ee 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@781dac73 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@4df7d9ee 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@781dac73 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@3a4e524 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@3a4e524 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@5e67a490 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@5e67a490 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@2dac2e1b 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@2dac2e1b 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@38c761e9 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@38c761e9 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@1cee2e10 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@1cee2e10 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@7f4e5a39 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@7f4e5a39 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@33de7f3d 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@33de7f3d 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@30159886 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@30159886 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@5d66ae3a 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@5d66ae3a 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@50f4b83d 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@50f4b83d 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@10131289 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@10131289 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@c5e69a5 10:36:28.450 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@c5e69a5 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@64a1116a 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@64a1116a 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@11e17893 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@11e17893 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@19eea77c 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@19eea77c 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@6682e6a5 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@6682e6a5 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@ac4915e 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@ac4915e 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@10fb4575 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@10fb4575 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@7cc2c551 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@7cc2c551 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser@d84b3a2 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser are not related, keeping the former 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@7cc2c551 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@23648d2d 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@23648d2d 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser@69feb4d9 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser are not related, keeping the former 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@23648d2d 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@37c1cfa 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@37c1cfa 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@2bcda694 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@2bcda694 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@2cc75b25 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@2cc75b25 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@30036a18 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@30036a18 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.451 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@537b3b2e 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@537b3b2e 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@1544ded3 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@1544ded3 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@3ccb12d 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@3ccb12d 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@28b458e6 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@28b458e6 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@221ca495 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@221ca495 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@119d4443 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@119d4443 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@773eca84 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@773eca84 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@7d47dfed 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@7d47dfed 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@3a38e4dc 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@3a38e4dc 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@41fc0084 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.452 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@41fc0084 10:36:28.453 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Attempt to parse subobject from bytes: ffff 10:36:28.453 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Subobject was parsed. Subobject{loose=false, subobjectType=AsNumberCase{asNumber=AsNumber{asNumber=AsNumber{value=65535}}}} 10:36:28.472 [main] DEBUG o.o.p.p.p.o.AbstractRROWithSubobjectsParser - Attempt to parse subobject from bytes: fffffffc2000 10:36:28.472 [main] DEBUG o.o.p.p.p.o.AbstractRROWithSubobjectsParser - Subobject was parsed. Subobject{protectionAvailable=false, protectionInUse=false, subobjectType=IpPrefixCase{ipPrefix=IpPrefix{ipPrefix=IpPrefix{ipv4Prefix=Ipv4Prefix{value=255.255.255.252/32}}}}} 10:36:28.472 [main] DEBUG o.o.p.p.p.o.AbstractRROWithSubobjectsParser - Attempt to parse subobject from bytes: fffffffb2000 10:36:28.472 [main] DEBUG o.o.p.p.p.o.AbstractRROWithSubobjectsParser - Subobject was parsed. Subobject{protectionAvailable=false, protectionInUse=false, subobjectType=IpPrefixCase{ipPrefix=IpPrefix{ipPrefix=IpPrefix{ipv4Prefix=Ipv4Prefix{value=255.255.255.251/32}}}}} 10:36:28.473 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Attempt to parse subobject from bytes: fffffffc2000 10:36:28.474 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Subobject was parsed. Subobject{loose=false, subobjectType=IpPrefixCase{ipPrefix=IpPrefix{ipPrefix=IpPrefix{ipv4Prefix=Ipv4Prefix{value=255.255.255.252/32}}}}} 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@d108406 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@d108406 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@799c8758 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@799c8758 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@6e00837f 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@6e00837f 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@63e4484d 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@63e4484d 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser@6a5dd083 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@77663cd7 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@77663cd7 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@1d17423f 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@1d17423f 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@5c70d7f0 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser, preferring the latter 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser@582dcd35 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@5c70d7f0 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@1e6bd263 10:36:28.485 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@1e6bd263 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@394a6d2b 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@394a6d2b 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser@635ff2a5 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@55adcf9e 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@55adcf9e 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@1515f782 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser@7f5ce33e 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@1515f782 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@638afcaa 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@638afcaa 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@58601e7a 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@58601e7a 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser@62735b13 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@7aae1170 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@7aae1170 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@4ef5dd23 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@4ef5dd23 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@163e8949 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@163e8949 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@6eede35e 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser@64c25a62 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@6eede35e 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@43e8f1c 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@43e8f1c 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@66a82a13 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@66a82a13 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@675ec28b 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@675ec28b 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@11399548 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@11399548 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@610fbe1c 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@610fbe1c 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@46d0f89c 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@46d0f89c 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@570b2057 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@570b2057 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@a457c2b 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@a457c2b 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@16a6dc21 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@16a6dc21 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer@5773d271 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser@59f45950 10:36:28.486 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser@7871d261 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser@58164e9a 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser@11bfffb3 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer@6a7a1a0d 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser@1c6e3ff9 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser@76e6c070 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@184afb78 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@184afb78 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser@22da200e 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@4f26425b 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@f03ee8f 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@4f26425b 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@f03ee8f 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@40dd552c 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@40dd552c 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@33f4c769 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@33f4c769 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@4ebd6fd6 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@4ebd6fd6 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@5e5a8718 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@5e5a8718 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@7404ddca 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@7404ddca 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@615e83ac 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@615e83ac 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@4438938e 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@4438938e 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@4e50ae56 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@4e50ae56 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@1c68d0db 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@1c68d0db 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@9be7319 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@9be7319 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@91a2543 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@91a2543 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@42730828 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@42730828 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@18c7f6b5 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@18c7f6b5 10:36:28.487 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@629b780f 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@629b780f 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@3af36922 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@3af36922 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@609b041c 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@609b041c 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@474e34e4 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@474e34e4 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@7e2c6702 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@7e2c6702 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@5fb7ab9c 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@5fb7ab9c 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser@6734ff92 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser are not related, keeping the former 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@5fb7ab9c 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@51eb0e84 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@51eb0e84 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser@4ce267cc 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser are not related, keeping the former 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@51eb0e84 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@2eebce87 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@2eebce87 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@6ee37ca7 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@6ee37ca7 10:36:28.488 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@4899799b 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@4899799b 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@3dea226b 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@3dea226b 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@74500e4f 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@74500e4f 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@7c91fe86 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@7c91fe86 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@7fc7152e 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@7fc7152e 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@13d289c7 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@13d289c7 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@6704df84 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@6704df84 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@1412682c 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@1412682c 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@53bb71e5 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@53bb71e5 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@54a056e4 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@54a056e4 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@15994b0b 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@15994b0b 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@12cd129c 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.489 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@12cd129c 10:36:28.490 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@1a717d79 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@1a717d79 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@4cb00fa5 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@4cb00fa5 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@13aed42b 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@13aed42b 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@698d6d30 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@698d6d30 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser@78065fcd 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@3407aa4f 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@3407aa4f 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@51ed2f68 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@51ed2f68 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@538b3c88 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser@19b9f903 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@538b3c88 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@10e56da9 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@10e56da9 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@28cb86b2 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@28cb86b2 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser@22ae905f 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@748904e8 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@748904e8 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@4fbaa7f5 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser@3b3056a6 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@4fbaa7f5 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@6d4a05f7 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@6d4a05f7 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@51d8f2f2 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@51d8f2f2 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser@4b476233 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@72fb989b 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@72fb989b 10:36:28.491 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@4f235e8e 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@4f235e8e 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@597a7afa 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@597a7afa 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@29dcdd1c 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser@7cdb7fc 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@29dcdd1c 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@524f5ea5 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@524f5ea5 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@586843bc 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@586843bc 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@17134190 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@17134190 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@7d8b66d9 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@7d8b66d9 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@5599b5bb 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@5599b5bb 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@4ff66917 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@4ff66917 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@4264beb8 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@4264beb8 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@647fb583 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@647fb583 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@7cd3e0da 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@7cd3e0da 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer@919086 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser@67e77f52 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser@7ead1d80 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser@1d1bf7bf 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser@1182413a 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer@4d43a1b7 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser@5b14f482 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser@19705650 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@1a785fd5 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@1a785fd5 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser@4a660b34 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@362a561e 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@2df3545d 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@362a561e 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@2df3545d 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@75ad30c1 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@75ad30c1 10:36:28.492 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@fe8aaeb 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@fe8aaeb 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@6b9697ae 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@6b9697ae 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@5cf0673d 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@5cf0673d 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@40c76f5a 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@40c76f5a 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@a323a5b 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@a323a5b 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@5546e754 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@5546e754 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@ad0bb4e 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@ad0bb4e 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@7196a8f1 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@7196a8f1 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@6a6da47a 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@6a6da47a 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@8f39224 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@8f39224 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@7f642bf 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@7f642bf 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@43e3a390 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@43e3a390 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@44aa91e2 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@44aa91e2 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@50dc49e1 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@50dc49e1 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@650a1aff 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@650a1aff 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@3babcaed 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@3babcaed 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@2b9e69fb 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@2b9e69fb 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@19bfbe28 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@19bfbe28 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser@2c579202 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser are not related, keeping the former 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@19bfbe28 10:36:28.493 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@49ced9c7 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@49ced9c7 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser@11c7a0b4 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser are not related, keeping the former 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@49ced9c7 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@75ed125a 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@75ed125a 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@653a5967 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@653a5967 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@5a85b4e6 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@5a85b4e6 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@766b6d02 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@766b6d02 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@6b09ce57 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@6b09ce57 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@5c4f4330 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@5c4f4330 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@2b9aeedb 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@2b9aeedb 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@63485d7 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@63485d7 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@23ea8830 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@23ea8830 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@59a09be 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@59a09be 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@790ac3e0 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@790ac3e0 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@5bb2fb2b 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@5bb2fb2b 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@2cee5365 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@2cee5365 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@796c68bf 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.494 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@796c68bf 10:36:28.497 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Attempt to parse subobject from bytes: ffff 10:36:28.498 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Subobject was parsed. Subobject{loose=false, subobjectType=AsNumberCase{asNumber=AsNumber{asNumber=AsNumber{value=65535}}}} 10:36:28.498 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Attempt to parse subobject from bytes: ffff 10:36:28.498 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Subobject was parsed. Subobject{loose=false, subobjectType=AsNumberCase{asNumber=AsNumber{asNumber=AsNumber{value=65535}}}} 10:36:28.498 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Attempt to parse subobject from bytes: ffff 10:36:28.498 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Subobject was parsed. Subobject{loose=false, subobjectType=AsNumberCase{asNumber=AsNumber{asNumber=AsNumber{value=65535}}}} 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@2b170932 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@2b170932 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@1fc0d9b4 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@1fc0d9b4 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@42107318 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@42107318 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@4e4f4092 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@4e4f4092 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser@5d829ef0 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@4416e18d 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@4416e18d 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@5dfc2a4 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@5dfc2a4 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@3120495d 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser@781c2497 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@3120495d 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@b75b890 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@b75b890 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@70c491b8 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@70c491b8 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser@439d545c 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.500 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@5a3cf824 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@5a3cf824 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@7c2b6acb 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser@28367da7 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@7c2b6acb 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@1a0f349 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@1a0f349 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@3c60c681 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@3c60c681 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser@1b3a9ef4 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@7a1371 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@7a1371 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@6c6928c 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@6c6928c 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@3c28181b 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@3c28181b 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@73aaec54 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser@239b98cb 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@73aaec54 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@117b2cc6 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@117b2cc6 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@6def0632 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@6def0632 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@49038f97 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@49038f97 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@36211bbc 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@36211bbc 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@7ef41ca2 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@7ef41ca2 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@6b3f4bd8 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@6b3f4bd8 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@3e151e1f 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@3e151e1f 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@d70e9a 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@d70e9a 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@5e98032e 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@5e98032e 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer@4fe8f2ae 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.501 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser@591be8aa 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser@61808ecd 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser@7f1f60a0 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser@77ea806f 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer@71b26880 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser@14a1769d 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser@10bf1ec9 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@33751d49 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@33751d49 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser@516195cf 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@4eeb14e0 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@26ca12a2 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@4eeb14e0 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@26ca12a2 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@3d4ecc67 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@3d4ecc67 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@60dcf9ec 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@60dcf9ec 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@7606bd03 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@7606bd03 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@afee63 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@afee63 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@4b4927e5 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@4b4927e5 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@4c5da4f9 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@4c5da4f9 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@ff0e6d4 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@ff0e6d4 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@70d3cdbf 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@70d3cdbf 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@72a7aa4f 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@72a7aa4f 10:36:28.502 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@537ca28e 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@537ca28e 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@5b322873 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@5b322873 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@35e2b89f 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@35e2b89f 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@7ad889be 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@7ad889be 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@4c063cb9 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@4c063cb9 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@63de4fa 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@63de4fa 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@26bb92e2 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@26bb92e2 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@18907af2 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@18907af2 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@658e7ead 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@658e7ead 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@cfd5cd2 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@cfd5cd2 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser@762bf32d 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser are not related, keeping the former 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@cfd5cd2 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@6d7740f0 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@6d7740f0 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser@7b1a30e5 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser are not related, keeping the former 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@6d7740f0 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@1de7f898 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@1de7f898 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@34fcd292 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.503 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@34fcd292 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@63db743d 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@63db743d 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@496cedbb 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@496cedbb 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@6b6def36 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@6b6def36 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@3957d88b 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@3957d88b 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@1152900 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@1152900 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@2fba0dac 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@2fba0dac 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@2b2a4332 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@2b2a4332 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@2cbe455c 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@2cbe455c 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@4cb24e2 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@4cb24e2 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@7be38eba 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@7be38eba 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@2296127 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@2296127 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@5ce3409b 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.504 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@5ce3409b 10:36:28.505 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Attempt to parse subobject from bytes: ffff 10:36:28.505 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Subobject was parsed. Subobject{loose=false, subobjectType=AsNumberCase{asNumber=AsNumber{asNumber=AsNumber{value=65535}}}} 10:36:28.505 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Attempt to parse subobject from bytes: ffff 10:36:28.505 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Subobject was parsed. Subobject{loose=false, subobjectType=AsNumberCase{asNumber=AsNumber{asNumber=AsNumber{value=65535}}}} 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@1d283d1 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@1d283d1 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@66234b0f 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@66234b0f 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@2fca3eb5 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@2fca3eb5 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@69eb544f 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@69eb544f 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser@7cb29ea8 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@b5c902 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@b5c902 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@7e747037 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@7e747037 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@4d0e1a9a 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser, preferring the latter 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser@25218a4d 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@4d0e1a9a 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@bf2aa32 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@bf2aa32 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@56da96b3 10:36:28.506 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@56da96b3 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser@6b3d9c38 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@426710f0 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@426710f0 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@5c5a91b4 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser@5e37fb82 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@5c5a91b4 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@59ec7020 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@59ec7020 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@23f60b7d 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@23f60b7d 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser@2ba9f986 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@4aa3fc9a 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@4aa3fc9a 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@70f4f89e 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@70f4f89e 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@634aa81e 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@634aa81e 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@74b1838 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser@52d96367 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@74b1838 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@5be51aa 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@5be51aa 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@3302035b 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@3302035b 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@6c5747db 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@6c5747db 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@750cd36d 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@750cd36d 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@2c8ff67 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@2c8ff67 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@21733cbe 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@21733cbe 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@77ccded4 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@77ccded4 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@64c8fcfb 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@64c8fcfb 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@21be14c2 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@21be14c2 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer, preferring the latter 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer@19105a87 10:36:28.507 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser@83b0d0f 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser@2bb717d7 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser@7afe0e67 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser@6121a7dd 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer@31228d83 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser@22b82ddf 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser@28bf82d9 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@44ccd75c 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@44ccd75c 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser@61a704d3 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@2120bed 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@566fe83c 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@2120bed 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@566fe83c 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@743bb39a 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@743bb39a 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@2de3b052 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@2de3b052 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@3f3c8b60 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@3f3c8b60 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@16bbaab3 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@16bbaab3 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@3f357c9d 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@3f357c9d 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@fe42a09 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@fe42a09 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@5458c71e 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@5458c71e 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@1ffd0114 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@1ffd0114 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@b3857e2 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@b3857e2 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@25a290ee 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@25a290ee 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@37d0d373 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@37d0d373 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@4052913c 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@4052913c 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.508 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@99c4993 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@99c4993 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@38089dae 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@38089dae 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@9729a97 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@9729a97 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@5dfd31f4 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@5dfd31f4 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@36463b09 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@36463b09 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@4adf3582 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@4adf3582 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@57e4b86c 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@57e4b86c 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser@632241f5 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser are not related, keeping the former 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@57e4b86c 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@64bba0eb 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@64bba0eb 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser@577bfadb 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser are not related, keeping the former 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@64bba0eb 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@25ae1f80 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@25ae1f80 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@54f2df29 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@54f2df29 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@6df791a4 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@6df791a4 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@655203e3 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@655203e3 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@305552d6 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@305552d6 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@729cd862 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@729cd862 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@23b71d24 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@23b71d24 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@568f4faa 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@568f4faa 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@4c56644f 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.509 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@4c56644f 10:36:28.510 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.510 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@589dfa6f 10:36:28.510 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.510 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@589dfa6f 10:36:28.510 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.510 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@43588265 10:36:28.510 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.510 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@43588265 10:36:28.510 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.510 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@6f8667bb 10:36:28.510 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.510 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@6f8667bb 10:36:28.510 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.510 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@100d0218 10:36:28.510 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.510 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@100d0218 10:36:28.510 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.510 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@2774dcf4 10:36:28.510 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.510 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@2774dcf4 10:36:28.511 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Attempt to parse subobject from bytes: ffff 10:36:28.511 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Subobject was parsed. Subobject{loose=false, subobjectType=AsNumberCase{asNumber=AsNumber{asNumber=AsNumber{value=65535}}}} 10:36:28.511 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Attempt to parse subobject from bytes: ffff 10:36:28.511 [main] DEBUG o.o.p.p.p.o.AbstractEROWithSubobjectsParser - Subobject was parsed. Subobject{loose=false, subobjectType=AsNumberCase{asNumber=AsNumber{asNumber=AsNumber{value=65535}}}} 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@68fc9167 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@68fc9167 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@52c46334 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@52c46334 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@12fccff0 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@12fccff0 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@5d767218 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@5d767218 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser@510da778 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@20a1b3ae 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@20a1b3ae 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@54567b05 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@54567b05 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@3a5e2525 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser@6546371 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@3a5e2525 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@2b458cd6 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@2b458cd6 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@4c2c44e8 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@4c2c44e8 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.512 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser@7103745 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@227a933d 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@227a933d 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@25de8898 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser@bfb93cf 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@25de8898 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@dd737ea 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@dd737ea 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@7bc2ae16 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@7bc2ae16 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser@2a0963be 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@7d3bf8db 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@7d3bf8db 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@49e7e8f1 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@49e7e8f1 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@27bb4dc5 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@27bb4dc5 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@464ede1f 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser@64910b2d 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@464ede1f 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@1247c72e 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@1247c72e 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@6fef75c6 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@6fef75c6 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@5f61e002 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@5f61e002 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@334540a0 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@334540a0 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@1f179f51 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@1f179f51 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@b428830 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@b428830 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@5b7308aa 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@5b7308aa 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@42aa1324 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@42aa1324 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@6164e137 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@6164e137 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer@7ef8e623 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser@3d8d970e 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser@2fac80a8 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser@6987a133 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser@50778bde 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer@1934339 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser@4af12a63 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser@1eab8437 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@72eed547 10:36:28.513 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@72eed547 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser@69ffdaa8 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@2a1e57c6 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@68d6f48e 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@2a1e57c6 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@68d6f48e 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@6c96403e 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@6c96403e 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@7babed9e 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@7babed9e 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@2353354a 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@2353354a 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@7c7ed72a 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@7c7ed72a 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@22b7ef2b 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@22b7ef2b 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@6d421fe 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@6d421fe 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@3c17bd0b 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@3c17bd0b 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@36dafa24 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@36dafa24 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@2b098563 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@2b098563 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@c758a2d 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@c758a2d 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@d0b814d 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@d0b814d 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@6ce15112 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@6ce15112 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@ba4f370 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@ba4f370 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@2ba024cb 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@2ba024cb 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@7af0d91b 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@7af0d91b 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@1c7f6e96 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@1c7f6e96 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@30ec211a 10:36:28.514 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@30ec211a 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@1ac0cdb0 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@1ac0cdb0 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@6684f7f2 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@6684f7f2 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser@1682e6a 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser are not related, keeping the former 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@6684f7f2 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@505d2bac 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@505d2bac 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser@4cecc15a 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser are not related, keeping the former 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@505d2bac 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@d969452 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@d969452 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@4d4df0f4 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@4d4df0f4 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@74f4a2ba 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@74f4a2ba 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@5e385b6f 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@5e385b6f 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@67b560fe 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@67b560fe 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@45dde6ac 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@45dde6ac 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@14ed7ddf 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@14ed7ddf 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@892af0e 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@892af0e 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@446c8c72 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@446c8c72 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@6e2eead5 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@6e2eead5 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@11d2714a 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@11d2714a 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@ca546a1 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@ca546a1 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@2c8a445b 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@2c8a445b 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@356b6b5d 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.515 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@356b6b5d 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@36df4c26 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@36df4c26 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@76828577 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@76828577 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@38732372 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@38732372 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@639cb788 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@639cb788 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser@2fee69a1 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@4d25f816 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@4d25f816 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@6c6c2a73 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@6c6c2a73 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@6a4af081 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser@36b53f08 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@6a4af081 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@54329480 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@54329480 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@590013c7 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@590013c7 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser@64f32e9e 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@7b211077 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@7b211077 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@3b770d07 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser@62b0bf85 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@3b770d07 10:36:28.518 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@1fcaea93 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@1fcaea93 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@6c9bf3b5 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@6c9bf3b5 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser@6f07d414 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@8ac12e6 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@8ac12e6 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@40faff12 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@40faff12 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@734fbae3 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@734fbae3 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@223967ea 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser@4a6a6a69 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@223967ea 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@5d7f1e59 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@5d7f1e59 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@53e93fb7 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@53e93fb7 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@3a861417 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@3a861417 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@2326180c 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@2326180c 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@68e47e7 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@68e47e7 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@1c00d406 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@1c00d406 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@16ac4d3d 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@16ac4d3d 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@559d19c 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@559d19c 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@719c1faf 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@719c1faf 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer@6ba6557e 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser@1f172892 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser@5409dfdd 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser@45f9d394 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser@1c2d63f0 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer@3a588b5f 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.519 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser@20b54cfe 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser@2bdb5e0f 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@5c9e8a67 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@5c9e8a67 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser@2262f0d8 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@283a8ad6 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@59e082f8 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@283a8ad6 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@59e082f8 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@7185e611 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@7185e611 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@44d43cc9 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@44d43cc9 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@384472bf 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@384472bf 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@656ec00d 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@656ec00d 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@3b8507df 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@3b8507df 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@5ed25612 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@5ed25612 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@451816fd 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@451816fd 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@56e5c8fb 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@56e5c8fb 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@45cd8607 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@45cd8607 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@9e33a6a 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@9e33a6a 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@c497a55 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@c497a55 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@7493d937 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@7493d937 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@5dc7841c 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@5dc7841c 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@4d67d5a4 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@4d67d5a4 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@a3b858f 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.520 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@a3b858f 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@600bbf9e 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@600bbf9e 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@18d30e7 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@18d30e7 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@72b40f87 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@72b40f87 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@2475fba3 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@2475fba3 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser@19bf47fc 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser are not related, keeping the former 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@2475fba3 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@71dd4624 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@71dd4624 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser@2347b7af 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser are not related, keeping the former 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@71dd4624 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@2864f887 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@2864f887 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@4b07cad0 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@4b07cad0 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@507049f2 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@507049f2 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@4e94669c 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@4e94669c 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@41bb1f09 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@41bb1f09 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@349f0ca4 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@349f0ca4 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@66f2ec1c 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@66f2ec1c 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@b3fc6d8 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@b3fc6d8 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@12e5d3e1 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@12e5d3e1 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@5ed31735 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@5ed31735 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@2fb082ff 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@2fb082ff 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@5a4c98d7 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@5a4c98d7 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.521 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@668a32a4 10:36:28.522 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.522 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@668a32a4 10:36:28.522 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.522 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@2026fbff 10:36:28.522 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.522 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@2026fbff 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@12365bd8 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.Type1LabelParser@12365bd8 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@14874a5d 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.GeneralizedLabelParser@14874a5d 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@49cb5030 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.WavebandSwitchingLabelParser@49cb5030 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@23c7cb18 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv4PrefixSubobjectParser@23c7cb18 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROIpv6PrefixSubobjectParser@30fbc23 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@2d74cbbd 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser@2d74cbbd 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@3e2d44f3 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser@3e2d44f3 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@23afc725 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser@5d3f99d7 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser@23afc725 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@561d88ee 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser@561d88ee 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@2c34402 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser@2c34402 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser@5f883d90 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@7e58f697 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser@7e58f697 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@44384b4a 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser@5cc3e49b 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser@44384b4a 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@4239262e 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser@4239262e 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@7bec8cb0 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv4PrefixSubobjectParser@7bec8cb0 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROIpv6PrefixSubobjectParser@7d88fa9c 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@3eac2e8a 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser, preferring the latter 10:36:28.526 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROAsNumberSubobjectParser@3eac2e8a 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@352f6727 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser@352f6727 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@2ab9e43e 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROUnnumberedInterfaceSubobjectParser@2ab9e43e 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@10dfa7ef 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser@4fd80300 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser is superclass of class org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser@10dfa7ef 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@1805383 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.NoPathVectorTlvParser@1805383 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@64fdcf99 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OverloadedDurationTlvParser@64fdcf99 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@9f0fc36 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.ReqMissingTlvParser@9f0fc36 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@63f2e0b 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OFListTlvParser@63f2e0b 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@5a06904 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.OrderTlvParser@5a06904 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@fabef2e 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser is superclass of class org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser@fabef2e 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@1b4a3a1 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOpenObjectParser@1b4a3a1 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@7e848aea 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPRequestParameterObjectParser@7e848aea 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@786a3477 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNoPathObjectParser@786a3477 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsObjectSerializer@286866cb 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser@ce561cc 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv6ObjectParser@56ec6960 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser@7f8c3646 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser@14b95942 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer is superclass of class org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.unreach.PCEPUnreachDestinationSerializer@3375b118 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv4ObjectParser@667797f 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.end.points.PCEPP2MPEndPointsIpv6ObjectParser@184751f3 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@46ea78f0 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.BranchNodeListObjectParser@46ea78f0 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser@5889fc44 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@6598caab 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@47f2c722 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser, preferring the latter 10:36:28.527 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser@6598caab 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExistingBandwidthObjectParser@47f2c722 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@52ca0ad4 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMetricObjectParser@52ca0ad4 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@4536a715 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser@4536a715 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@6658f08a 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser@6658f08a 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@37c2f0b4 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLspaObjectParser@37c2f0b4 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@35dcd032 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPIncludeRouteObjectParser@35dcd032 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@4522d793 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSvecObjectParser@4522d793 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@64dfb31d 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPNotificationObjectParser@64dfb31d 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@4438b862 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPErrorObjectParser@4438b862 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@17b6ad97 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPLoadBalancingObjectParser@17b6ad97 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@44fb6ebd 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPCloseObjectParser@44fb6ebd 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@5da57a64 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPathKeyObjectParser@5da57a64 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@5cdf221a 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser@5cdf221a 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@7e27f603 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPObjectiveFunctionObjectParser@7e27f603 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@6136e1fc 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPClassTypeObjectParser@6136e1fc 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@1736c1e4 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPGlobalConstraintsObjectParser@1736c1e4 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@32dcfeea 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryExplicitRouteObjecParser@32dcfeea 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@738a815c 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPSecondaryRecordRouteObjectParser@738a815c 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@2565a7d0 10:36:28.528 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPMonitoringObjectParser@2565a7d0 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@4fd7b79 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@4fd7b79 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser@5103eea2 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv6ObjectParser are not related, keeping the former 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPccIdReqIPv4ObjectParser@4fd7b79 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@762405bf 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@762405bf 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser@7e77678c 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser and class org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser are not related, keeping the former 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser@762405bf 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@113eed88 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser@113eed88 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@5f0677f3 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser is superclass of class org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.object.PCEPOverloadObjectParser@5f0677f3 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@9d99851 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser@9d99851 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@4cd7d5e1 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser@4cd7d5e1 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@2ae3235e 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser@2ae3235e 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@46b6701e 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser@46b6701e 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@3686389 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser@3686389 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@71e2c6d8 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser@71e2c6d8 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@4228f269 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPCloseMessageParser@4228f269 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@376b5cb2 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser@376b5cb2 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@775f15fd 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringRequestMessageParser@775f15fd 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@106cd9c8 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser is superclass of class org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.parser.message.PCEPStartTLSMessageParser@106cd9c8 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@1552da16 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationTlvParser@1552da16 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@78318ac2 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser is superclass of class org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser, preferring the latter 10:36:28.529 [main] DEBUG o.o.protocol.concepts.MultiRegistry - New best value org.opendaylight.protocol.pcep.impl.TestVendorInformationObjectParser@78318ac2