| Package | Description |
|---|---|
| net.callumtaylor.asynchttp | |
| net.callumtaylor.asynchttp.obj |
| Constructor and Description |
|---|
AsyncHttpClient.ClientExecutorTask(RequestMode mode,
Uri request,
List<org.apache.http.Header> headers,
org.apache.http.HttpEntity postData,
ResponseHandler response,
boolean allowRedirect) |
| Modifier and Type | Field and Description |
|---|---|
RequestMode |
ConnectionInfo.requestMethod |
| 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.
|