Class RecursiveRootHandlerBase

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.slf4j.Logger log  
      protected java.util.concurrent.atomic.AtomicLong xDeltaResponseNumber  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void storeXDeltaResponseHeader​(java.lang.String xDeltaResponseNumber)
      Checks if the given x-delta number from the response is not null and is higher then the already stored one.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.vertx.core.Handler

        handle
    • Field Detail

      • log

        protected static final org.slf4j.Logger log
      • xDeltaResponseNumber

        protected java.util.concurrent.atomic.AtomicLong xDeltaResponseNumber
    • Constructor Detail

      • RecursiveRootHandlerBase

        public RecursiveRootHandlerBase()
    • Method Detail

      • storeXDeltaResponseHeader

        public void storeXDeltaResponseHeader​(java.lang.String xDeltaResponseNumber)
        Description copied from interface: DeltaHandler
        Checks if the given x-delta number from the response is not null and is higher then the already stored one. If so the number is set otherwise not.
        Specified by:
        storeXDeltaResponseHeader in interface DeltaHandler<ResourceNode>
        Parameters:
        xDeltaResponseNumber - null or the current x-delta value from the response.