Class WarcRecorder

java.lang.Object
org.netpreserve.jwarc.net.WarcRecorder

public class WarcRecorder extends Object
HTTP proxy which records requests and responses as WARC records.
  • Constructor Details

  • Method Details

    • listen

      public void listen()
      Listens and accepts new connections.
    • certificateAuthority

      public CertificateAuthority certificateAuthority()
    • on

      protected void on(String method, String regex, HttpHandler handler)