| 接口 | 说明 |
|---|---|
| Cache |
Cache for proxy.
|
| CacheListener |
Listener for cache availability.
|
| Source |
Source for proxy.
|
| 类 | 说明 |
|---|---|
| ByteArrayCache |
Simple memory based
Cache implementation. |
| ByteArraySource |
Simple memory based
Source implementation. |
| HttpProxyCacheDebuger |
Created by guoshuyu on 2018/2/7.
|
| 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.
|
| 异常错误 | 说明 |
|---|---|
| InterruptedProxyCacheException |
Indicates interruption error in work of
ProxyCache fired by user. |
| ProxyCacheException |
Indicates any error in work of
ProxyCache. |