| Package | Description |
|---|---|
| org.apache.hc.client5.http.impl.sync |
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.ResponseHandler<T> responseHandler)
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.ResponseHandler<T> responseHandler,
org.apache.hc.core5.concurrent.FutureCallback<T> callback)
Schedule a request for execution.
|
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.