| Package | Description |
|---|---|
| com.landawn.abacus.http | |
| com.landawn.abacus.http.okhttp |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpUtil.getHttpMethod(Method 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 |
|---|---|
static Set<HttpMethod> |
HttpUtil.getHttpMethods(Method method) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
HttpRequest.execute(Class<T> resultClass,
HttpMethod httpMethod) |
<T> T |
HttpClient.execute(Class<T> resultClass,
HttpMethod httpMethod,
Object request) |
<T> T |
HttpRequest.execute(Class<T> resultClass,
HttpMethod httpMethod,
Object body) |
<T> T |
HttpClient.execute(Class<T> resultClass,
HttpMethod httpMethod,
Object request,
HttpSettings settings) |
void |
HttpRequest.execute(File output,
HttpMethod httpMethod,
Object body) |
void |
HttpClient.execute(File output,
HttpMethod httpMethod,
Object request,
HttpSettings settings) |
String |
HttpRequest.execute(HttpMethod httpMethod) |
String |
HttpClient.execute(HttpMethod httpMethod,
Object request) |
String |
HttpRequest.execute(HttpMethod httpMethod,
Object body) |
String |
HttpClient.execute(HttpMethod httpMethod,
Object request,
HttpSettings settings) |
void |
HttpRequest.execute(OutputStream output,
HttpMethod httpMethod,
Object body) |
void |
HttpClient.execute(OutputStream output,
HttpMethod httpMethod,
Object request,
HttpSettings settings) |
void |
HttpRequest.execute(Writer output,
HttpMethod httpMethod,
Object body) |
void |
HttpClient.execute(Writer output,
HttpMethod httpMethod,
Object request,
HttpSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
OkHttpRequest.execute(Class<T> resultClass,
HttpMethod httpMethod) |
okhttp3.Response |
OkHttpRequest.execute(HttpMethod httpMethod) |
Copyright © 2021. All rights reserved.