| Interface | Description |
|---|---|
| Cache |
Cache for proxy.
|
| CacheListener |
Listener for cache availability.
|
| Source |
Source for proxy.
|
| Class | Description |
|---|---|
| ByteArrayCache |
Simple memory based
Cache implementation. |
| ByteArraySource |
Simple memory based
Source implementation. |
| HttpProxyCacheServer |
Simple lightweight proxy server with file caching support that handles HTTP requests.
|
| HttpProxyCacheServer.Builder |
Builder for
HttpProxyCacheServer. |
| HttpUrlSource |
Source that uses http resource as source for ProxyCache. |
| Preconditions | |
| ProxyCacheUtils |
Just simple utils.
|
| SourceInfo |
Stores source's info.
|
| Exception | Description |
|---|---|
| InterruptedProxyCacheException |
Indicates interruption error in work of
ProxyCache fired by user. |
| ProxyCacheException |
Indicates any error in work of
ProxyCache. |