Uses of Class
org.netpreserve.jwarc.HttpResponse
Packages that use HttpResponse
Package
Description
Classes for parsing, serializing and manipulating WARC records.
-
Uses of HttpResponse in org.netpreserve.jwarc
Subclasses with type arguments of type HttpResponse in org.netpreserve.jwarcMethods in org.netpreserve.jwarc that return HttpResponseModifier and TypeMethodDescriptionHttpResponse.Builder.build()WarcResponse.http()Parses the HTTP response captured by this record.WarcRevisit.http()Parses the HTTP response captured by this record.static HttpResponseHttpResponse.parse(ReadableByteChannel channel) Parses a HTTP response while leniently allowing common deviations from the standard.static HttpResponseHttpResponse.parseStrictly(ReadableByteChannel channel) Parses a HTTP response while strictly rejecting deviations from the standard.static HttpResponseHttpResponse.parseWithoutBody(ReadableByteChannel channel, WritableByteChannel copyTo) Methods in org.netpreserve.jwarc with parameters of type HttpResponseModifier and TypeMethodDescriptionWarcResponse.Builder.body(HttpResponse httpResponse) WarcRevisit.Builder.body(HttpResponse httpResponse)