...
- ContentType.java: Parses and validates a content-type header with optional parameters.
- IPAddressParser.java: Parses and validates an IPv4 or IPv6 address using regular expressions.
Digest.java
HeaderLine.java
- HttpResponse.java: Identifies and encapsulates valid http header blocks. The payload is accessible though an InputStream with optional digest value computation.
- Payload.java: Encapsulates an ARC/WARC payload and optionally computes a digest value.
- PayloadOnClosedHandler.java: An interface that must be implemented to receive notice of a payloads closure.
...