See: Description
| Interface | Description |
|---|---|
| LengthedBody.LengthedReadableByteChannel | |
| WarcRecord.Constructor<R extends WarcRecord> |
| Class | Description |
|---|---|
| BrotliUtils |
Utility class to read brotli-encoded data, based on org.brotli:dec.
|
| DecodedBody |
A message body which decodes content on-the-fly using the specified encoding.
|
| FetchOptions |
Options for fetching a remote resource.
|
| FetchResult |
The result of a fetch operation.
|
| GeminiParser | |
| GeminiRequest | |
| GeminiResponse | |
| HttpMessage | |
| HttpMessage.AbstractBuilder<R extends HttpMessage,B extends HttpMessage.AbstractBuilder<R,B>> | |
| HttpParser | |
| HttpRequest | |
| HttpRequest.Builder | |
| HttpResponse | |
| HttpResponse.Builder | |
| InflateChannel |
A ReadableByteChannel inflating deflate-compressed content on read.
|
| IOUtils |
This class is public only due to technical constraints.
|
| LengthedBody |
A message body with a known length.
|
| MediaType | |
| Message |
A message consisting of headers and a content block (body).
|
| Message.AbstractBuilder<R extends Message,B extends Message.AbstractBuilder<R,B>> | |
| MessageBody | |
| MessageHeaders | |
| MessageParser | |
| MessageVersion | |
| URIs | |
| WarcCaptureRecord |
A type of WARC record created as part of a web capture event.
|
| WarcCaptureRecord.AbstractBuilder<R extends WarcCaptureRecord,B extends WarcCaptureRecord.AbstractBuilder<R,B>> | |
| WarcContinuation | |
| WarcContinuation.Builder | |
| WarcConversion | |
| WarcConversion.Builder | |
| WarcDigest | |
| WarcFilter |
Filter expressions for matching WARC records.
|
| Warcinfo |
The warcinfo record contains information about the web crawl that generated the records following it.
|
| Warcinfo.Builder | |
| WarcMetadata | |
| WarcMetadata.Builder | |
| WarcParser |
Low-level WARC record parser.
|
| WarcPayload | |
| WarcReader | |
| WarcRecord | |
| WarcRecord.AbstractBuilder<R extends WarcRecord,B extends WarcRecord.AbstractBuilder<R,B>> | |
| WarcRequest | |
| WarcRequest.Builder | |
| WarcResource | |
| WarcResource.Builder | |
| WarcResponse | |
| WarcResponse.Builder | |
| WarcRevisit |
A WARC record describing a subsequent visitation of content previously archived.
|
| WarcRevisit.Builder | |
| WarcTargetRecord |
A WARC record associated with some target URI.
|
| WarcTargetRecord.Builder<R extends WarcTargetRecord,B extends WarcTargetRecord.Builder<R,B>> | |
| WarcWriter |
Writes records to a WARC file.
|
| Enum | Description |
|---|---|
| DecodedBody.Encoding | |
| WarcCompression | |
| WarcTruncationReason |
| Exception | Description |
|---|---|
| ParsingException | |
| WarcFilterException |
Thrown when a syntax error is encountered when compiling a filter expression.
|
Copyright © 2024. All rights reserved.