| 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,
byte[] entity,
org.apache.hc.core5.http.ContentType contentType) |
static SimpleHttpResponse |
SimpleHttpResponse.copy(org.apache.hc.core5.http.HttpResponse original) |
static SimpleHttpResponse |
SimpleHttpResponse.create(int code) |
static SimpleHttpResponse |
SimpleHttpResponse.create(int code,
byte[] content) |
static SimpleHttpResponse |
SimpleHttpResponse.create(int code,
byte[] content,
org.apache.hc.core5.http.ContentType contentType) |
static SimpleHttpResponse |
SimpleHttpResponse.create(int code,
String content) |
static SimpleHttpResponse |
SimpleHttpResponse.create(int code,
String content,
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–2018 The Apache Software Foundation. All rights reserved.