| Package | Description |
|---|---|
| org.netpreserve.jwarc |
Classes for parsing, serializing and manipulating WARC records.
|
| Modifier and Type | Method and Description |
|---|---|
FetchResult |
WarcWriter.fetch(URI uri)
Downloads a remote resource recording the request and response as WARC records.
|
FetchResult |
WarcWriter.fetch(URI uri,
FetchOptions options)
Downloads a remote resource recording the request and response as WARC records.
|
FetchResult |
WarcWriter.fetch(URI uri,
HttpRequest httpRequest,
FetchOptions options)
Downloads a remote resource recording the request and response as WARC records.
|
FetchResult |
WarcWriter.fetch(URI uri,
HttpRequest httpRequest,
OutputStream copyTo)
Downloads a remote resource recording the request and response as WARC records.
|
Copyright © 2024. All rights reserved.