| Class | Description |
|---|---|
| BasicNetwork |
A network performing Jus requests over an
HttpStack. |
| ByteArrayPool |
ByteArrayPool is a source and repository of
byte[] objects. |
| DiskBasedCache |
Cache implementation that caches files directly onto the hard disk in the specified
directory.
|
| HttpHeaderParser |
Utility methods for parsing HTTP headers.
|
| NoCache |
A cache that doesn't.
|
| PoolingByteArrayOutputStream |
A variation of
ByteArrayOutputStream that uses a pool of byte[] buffers instead
of always allocating them fresh, saving on heap churn. |