| Package | Description |
|---|---|
| org.apache.hc.client5.http.impl.classic |
Default HTTP client implementation.
|
| Modifier and Type | Method and Description |
|---|---|
<T> HttpRequestFutureTask<T> |
FutureRequestExecutionService.execute(org.apache.hc.core5.http.ClassicHttpRequest request,
org.apache.hc.core5.http.protocol.HttpContext context,
org.apache.hc.core5.http.io.HttpClientResponseHandler<T> HttpClientResponseHandler)
Schedule a request for execution.
|
<T> HttpRequestFutureTask<T> |
FutureRequestExecutionService.execute(org.apache.hc.core5.http.ClassicHttpRequest request,
org.apache.hc.core5.http.protocol.HttpContext context,
org.apache.hc.core5.http.io.HttpClientResponseHandler<T> HttpClientResponseHandler,
org.apache.hc.core5.concurrent.FutureCallback<T> callback)
Schedule a request for execution.
|
Copyright © 1999–2018 The Apache Software Foundation. All rights reserved.