| Package | Description |
|---|---|
| org.apache.hc.client5.http.async.methods | |
| org.apache.hc.client5.http.impl.async |
| Modifier and Type | Method and Description |
|---|---|
protected SimpleHttpResponse |
SimpleResponseConsumer.buildResult(org.apache.hc.core5.http.HttpResponse response,
String entity,
org.apache.hc.core5.http.ContentType contentType) |
| Modifier and Type | Method and Description |
|---|---|
Future<SimpleHttpResponse> |
CloseableHttpAsyncClient.execute(SimpleHttpRequest request,
org.apache.hc.core5.concurrent.FutureCallback<SimpleHttpResponse> callback) |
Future<SimpleHttpResponse> |
CloseableHttpAsyncClient.execute(SimpleHttpRequest request,
org.apache.hc.core5.http.protocol.HttpContext context,
org.apache.hc.core5.concurrent.FutureCallback<SimpleHttpResponse> callback) |
| Modifier and Type | Method and Description |
|---|---|
Future<SimpleHttpResponse> |
CloseableHttpAsyncClient.execute(SimpleHttpRequest request,
org.apache.hc.core5.concurrent.FutureCallback<SimpleHttpResponse> callback) |
Future<SimpleHttpResponse> |
CloseableHttpAsyncClient.execute(SimpleHttpRequest request,
org.apache.hc.core5.http.protocol.HttpContext context,
org.apache.hc.core5.concurrent.FutureCallback<SimpleHttpResponse> callback) |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.