Class WarcRevisit


public class WarcRevisit extends WarcCaptureRecord
A WARC record describing a subsequent visitation of content previously archived. Typically used to indicate the content had not changed and therefore a duplicate copy of it was not recorded.
  • Field Details

    • IDENTICAL_PAYLOAD_DIGEST_1_0

      public static final URI IDENTICAL_PAYLOAD_DIGEST_1_0
      WARC 1.0 revisit profile for when the payload content was the same as determined by a strong digest function.
    • IDENTICAL_PAYLOAD_DIGEST_1_1

      public static final URI IDENTICAL_PAYLOAD_DIGEST_1_1
      WARC 1.1 revisit profile for when the payload content was the same as determined by a strong digest function.
    • SERVER_NOT_MODIFIED_1_0

      public static final URI SERVER_NOT_MODIFIED_1_0
      WARC 1.0 revisit profile for when the server said the content had not changed.
    • SERVER_NOT_MODIFIED_1_1

      public static final URI SERVER_NOT_MODIFIED_1_1
      WARC 1.1 revisit profile for when the server said the content had not changed.
  • Method Details