| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
HttpRequest.getMethod()
Return http request method.
|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
HttpClient.prepareRequest(HttpMethod httpMethod,
String endpoint)
Create request.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
AbstractHttpRequest.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract HttpRequest |
AbstractHttpClient.buildRequest(HttpMethod httpMethod,
HttpUrl endpoint)
Build request object.
|
HttpRequest |
AbstractHttpClient.prepareRequest(HttpMethod httpMethod,
String endpoint) |
| Constructor and Description |
|---|
AbstractHttpRequest(HttpUrl endpoint,
HttpMethod method) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpRequest |
ApacheHttpClient.buildRequest(HttpMethod httpMethod,
HttpUrl endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpRequest |
AsyncHttpClient.buildRequest(HttpMethod httpMethod,
HttpUrl endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpRequest |
NingAsyncHttpClient.buildRequest(HttpMethod httpMethod,
HttpUrl endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpRequest |
OkHttpClient.buildRequest(HttpMethod httpMethod,
HttpUrl endpoint) |
Copyright © 2018. All rights reserved.