public class HttpRequestConfig
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
java.io.File |
cacheDir
The cache dir.
|
long |
cacheMaxSize
The cache max size.
|
long |
connectTimeout
The connect timeout.
|
| 构造器和说明 |
|---|
HttpRequestConfig()
Instantiates a new http request config.
|
HttpRequestConfig(java.io.File cacheDir)
Instantiates a new http request config.
|