<T> ContinuableFuture<T> |
HttpRequest.asyncExecute(Class<T> resultClass,
HttpMethod httpMethod) |
<T> ContinuableFuture<T> |
HttpClient.asyncExecute(Class<T> resultClass,
HttpMethod httpMethod,
Object request) |
<T> ContinuableFuture<T> |
HttpRequest.asyncExecute(Class<T> resultClass,
HttpMethod httpMethod,
Object body) |
<T> ContinuableFuture<T> |
HttpClient.asyncExecute(Class<T> resultClass,
HttpMethod httpMethod,
Object request,
HttpSettings settings) |
ContinuableFuture<Void> |
HttpRequest.asyncExecute(File output,
HttpMethod httpMethod,
Object body) |
ContinuableFuture<Void> |
HttpClient.asyncExecute(File output,
HttpMethod httpMethod,
Object request,
HttpSettings settings) |
ContinuableFuture<String> |
HttpRequest.asyncExecute(HttpMethod httpMethod) |
ContinuableFuture<String> |
HttpClient.asyncExecute(HttpMethod httpMethod,
Object request) |
ContinuableFuture<String> |
HttpRequest.asyncExecute(HttpMethod httpMethod,
Object body) |
ContinuableFuture<String> |
HttpClient.asyncExecute(HttpMethod httpMethod,
Object request,
HttpSettings settings) |
ContinuableFuture<Void> |
HttpRequest.asyncExecute(OutputStream output,
HttpMethod httpMethod,
Object body) |
ContinuableFuture<Void> |
HttpClient.asyncExecute(OutputStream output,
HttpMethod httpMethod,
Object request,
HttpSettings settings) |
ContinuableFuture<Void> |
HttpRequest.asyncExecute(Writer output,
HttpMethod httpMethod,
Object body) |
ContinuableFuture<Void> |
HttpClient.asyncExecute(Writer output,
HttpMethod httpMethod,
Object request,
HttpSettings settings) |
<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) |