Package | Description |
---|---|
org.apache.http.client.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 |
Response.returnContent() |
Modifier and Type | Method and Description |
---|---|
Future<Content> |
Async.execute(Request request) |
Future<Content> |
Async.execute(Request request,
org.apache.http.concurrent.FutureCallback<Content> callback) |
Modifier and Type | Method and Description |
---|---|
Future<Content> |
Async.execute(Request request,
org.apache.http.concurrent.FutureCallback<Content> callback) |
Copyright © 1999-2016 The Apache Software Foundation. All Rights Reserved.