| Package | Description |
|---|---|
| org.apache.hc.client5.http.async.methods |
Common HTTP methods and message handlers for the asynchronous I/O model.
|
| org.apache.hc.client5.http.impl.async |
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
|
| Modifier and Type | Method and Description |
|---|---|
static SimpleHttpRequest |
SimpleHttpRequest.copy(org.apache.hc.core5.http.HttpRequest original) |
abstract SimpleHttpRequest |
SimpleHttpRequests.create(org.apache.hc.core5.http.HttpHost host,
String path)
Creates a request object of the exact subclass of
SimpleHttpRequest. |
SimpleHttpRequest |
SimpleHttpRequests.create(String uri)
Creates a request object of the exact subclass of
SimpleHttpRequest. |
abstract SimpleHttpRequest |
SimpleHttpRequests.create(URI uri)
Creates a request object of the exact subclass of
SimpleHttpRequest. |
| Modifier and Type | Method and Description |
|---|---|
static SimpleRequestProducer |
SimpleRequestProducer.create(SimpleHttpRequest request) |
| 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.