| Package | Description |
|---|---|
| org.netpreserve.jwarc |
Classes for parsing, serializing and manipulating WARC records.
|
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpResponse.Builder.build() |
HttpResponse |
WarcResponse.http()
Parses the HTTP response captured by this record.
|
HttpResponse |
WarcRevisit.http()
Parses the HTTP response captured by this record.
|
static HttpResponse |
HttpResponse.parse(ReadableByteChannel channel)
Parses a HTTP response while leniently allowing common deviations from the standard.
|
static HttpResponse |
HttpResponse.parseStrictly(ReadableByteChannel channel)
Parses a HTTP response while strictly rejecting deviations from the standard.
|
static HttpResponse |
HttpResponse.parseWithoutBody(ReadableByteChannel channel,
WritableByteChannel copyTo) |
| Modifier and Type | Method and Description |
|---|---|
WarcResponse.Builder |
WarcResponse.Builder.body(HttpResponse httpResponse) |
WarcRevisit.Builder |
WarcRevisit.Builder.body(HttpResponse httpResponse) |
Copyright © 2023. All rights reserved.