public class WarcRecorder extends Object
| Constructor and Description |
|---|
WarcRecorder(ServerSocket serverSocket,
WarcWriter warcWriter) |
| Modifier and Type | Method and Description |
|---|---|
CertificateAuthority |
certificateAuthority() |
void |
listen()
Listens and accepts new connections.
|
protected void |
on(String method,
String regex,
HttpHandler handler) |
public WarcRecorder(ServerSocket serverSocket, WarcWriter warcWriter)
public void listen()
public CertificateAuthority certificateAuthority()
protected void on(String method, String regex, HttpHandler handler)
Copyright © 2024. All rights reserved.