Class RecursiveZipHandler

    • Constructor Detail

      • RecursiveZipHandler

        public RecursiveZipHandler​(List<String> subResourceNames,
                                   String collectionName,
                                   DeltaHandler<ResourceNode> parentHandler)
        Creates an new instance of the RecursiveZipHandler.
        Parameters:
        subResourceNames - subResourceNames
        collectionName - collectionName
        parentHandler - parentHandler
    • Method Detail

      • handle

        public void handle​(ResourceNode node)
        Specified by:
        handle in interface io.vertx.core.Handler<ResourceNode>
      • 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.