Class WarcServer
java.lang.Object
org.netpreserve.jwarc.net.WarcServer
A primitive WARC replay server.
Mainly exists to exercise the API. Can be used either as a proxy or in link-rewriting mode. Link-rewriting is handled client-side by https://github.com/oduwsdl/Reconstructive
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlisten()Listens and accepts new connections.protected voidon(String method, String regex, HttpHandler handler)
-
Constructor Details
-
WarcServer
- Throws:
IOException
-
-
Method Details
-
listen
public void listen()Listens and accepts new connections. -
certificateAuthority
-
on
-