Class WarcCaptureRecord

Direct Known Subclasses:
WarcMetadata, WarcRequest, WarcResource, WarcResponse, WarcRevisit

public abstract class WarcCaptureRecord extends WarcTargetRecord
A type of WARC record created as part of a web capture event.
  • Method Details

    • ipAddress

      public Optional<InetAddress> ipAddress()
      The IP address of the server involved in the capture event this record belongs to.
    • concurrentTo

      public List<URI> concurrentTo()
      The IDs of other records created during the same capture event as this one.
    • payloadType

      public MediaType payloadType() throws IOException
      Content-Type of the payload.
      Throws:
      IOException