Package | Description |
---|---|
org.apache.hc.client5.http.fluent |
Simple facade APIs for HttpClient based on the concept of
a fluent interface.
|
Modifier and Type | Field and Description |
---|---|
static Content |
Content.NO_CONTENT |
Modifier and Type | Method and Description |
---|---|
Content |
ContentResponseHandler.handleEntity(org.apache.hc.core5.http.HttpEntity entity) |
Content |
ContentResponseHandler.handleResponse(org.apache.hc.core5.http.ClassicHttpResponse response)
Handles a successful response (2xx status code) and returns the response entity as a
Content object. |
Content |
Response.returnContent() |
Modifier and Type | Method and Description |
---|---|
Future<Content> |
Async.execute(Request request) |
Future<Content> |
Async.execute(Request request,
org.apache.hc.core5.concurrent.FutureCallback<Content> callback) |
Modifier and Type | Method and Description |
---|---|
Future<Content> |
Async.execute(Request request,
org.apache.hc.core5.concurrent.FutureCallback<Content> callback) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.