| Package | Description |
|---|---|
| detective.task |
| Modifier and Type | Method and Description |
|---|---|
static HttpClientTask.HttpMethod |
HttpClientTask.HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpClientTask.HttpMethod[] |
HttpClientTask.HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.http.client.methods.HttpUriRequest |
HttpClientTask.createHttpUriRequest(HttpClientTask.HttpMethod httpMethod,
URI uri)
Create a Commons HttpMethodBase object for the given HTTP method and URI specification.
|
Copyright © 2019. All rights reserved.