Class RecursiveRootHandlerBase

    • Field Detail

      • log

        protected static final org.slf4j.Logger log
      • xDeltaResponseNumber

        protected AtomicLong xDeltaResponseNumber
    • Constructor Detail

      • RecursiveRootHandlerBase

        public RecursiveRootHandlerBase()
    • Method Detail

      • storeXDeltaResponseHeader

        public void storeXDeltaResponseHeader​(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.