it.unimi.di.law.warc package.| Interface | Description |
|---|---|
| HttpEntityFactory |
An interface describing factories that create
HttpEntity. |
| Class | Description |
|---|---|
| BoundSessionInputBuffer |
A
SessionInputBuffer implementation that bounds a SessionInputBuffer (and hence its
buffered stream) so that no more than a specified amount of bytes will be read (from its stream), and
keeps track of the number of read bytes. |
| BufferedHttpEntityFactory |
An implementation of a
HttpEntityFactory that returns a BufferedHttpEntity. |
| ByteArraySessionOutputBuffer |
A
SessionOutputBuffer implementation that uses a byte array as a backing store. |
| FastByteArrayInputStreamHttpEntityFactory |
An implementation of a
HttpEntityFactory that returns an entity whose content is buffered using a FastByteArrayInputStream. |
| IdentityHttpEntityFactory |
An implementation of a
HttpEntityFactory that returns an entity simply wrapping the given one. |
| InspectableCachedHttpEntity |
An implementation of a
HttpEntity that is reusable and can copy its content from another entity at a controlled rate. |
| ReorderingBlockingQueue<E> |
A blocking queue holding a fixed amount of timestamped items.
|
| StringHttpMessages |
Mock implementations of some
AbstractHttpMessage. |
| StringHttpMessages.HttpRequest |
A mock implementation of
HttpRequest. |
| StringHttpMessages.HttpResponse |
A mock implementation of
HttpResponse using strings (based on ByteArrayEntity). |
| Util |
A class containing some utility functions.
|