| Package | Description |
|---|---|
| net.callumtaylor.asynchttp | |
| net.callumtaylor.asynchttp.obj |
| Modifier and Type | Field and Description |
|---|---|
protected RequestMode |
ClientExecutorTask.requestMode |
| Constructor and Description |
|---|
AsyncClientExecutorTask(RequestMode mode,
Uri request,
okhttp3.Headers headers,
okhttp3.RequestBody postData,
ResponseHandler response,
boolean allowRedirect,
boolean allowAllSsl,
long requestTimeout) |
ClientExecutorTask(RequestMode mode,
Uri request,
okhttp3.Headers headers,
okhttp3.RequestBody postData,
ResponseHandler response,
boolean allowRedirect,
boolean allowAllSsl,
long requestTimeout,
okhttp3.Cache cache) |
| Modifier and Type | Field and Description |
|---|---|
RequestMode |
ConnectionInfo.requestMethod
The request method
|
| Modifier and Type | Method and Description |
|---|---|
static RequestMode |
RequestMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestMode[] |
RequestMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|