Uses of Class
org.netpreserve.jwarc.HttpRequest
Packages that use HttpRequest
Package
Description
Classes for parsing, serializing and manipulating WARC records.
-
Uses of HttpRequest in org.netpreserve.jwarc
Subclasses with type arguments of type HttpRequest in org.netpreserve.jwarcMethods in org.netpreserve.jwarc that return HttpRequestModifier and TypeMethodDescriptionHttpRequest.Builder.build()WarcRequest.http()Parses the content body of this record as HTTP request.static HttpRequestHttpRequest.parse(ReadableByteChannel channel) Parses a HTTP request while leniently allowing common deviations from the standard.static HttpRequestHttpRequest.parse(ReadableByteChannel channel, ByteBuffer buffer) Parses a HTTP request while leniently allowing common deviations from the standard.static HttpRequestHttpRequest.parseStrictly(ReadableByteChannel channel, ByteBuffer buffer) Parses a HTTP request while strictly rejecting deviations from the standard.Methods in org.netpreserve.jwarc with parameters of type HttpRequestModifier and TypeMethodDescriptionWarcRequest.Builder.body(HttpRequest httpRequest) WarcWriter.fetch(URI uri, HttpRequest httpRequest, OutputStream copyTo) Downloads a remote resource recording the request and response as WARC records.WarcWriter.fetch(URI uri, HttpRequest httpRequest, FetchOptions options) Downloads a remote resource recording the request and response as WARC records. -
Uses of HttpRequest in org.netpreserve.jwarc.cdx
Methods in org.netpreserve.jwarc.cdx with parameters of type HttpRequestModifier and TypeMethodDescriptionstatic StringCdxRequestEncoder.encode(HttpRequest httpRequest)