Uses of Class
org.apache.http.client.fluent.Content
-
-
Uses of Content in org.apache.http.client.fluent
Fields in org.apache.http.client.fluent declared as Content Modifier and Type Field Description static Content
Content. NO_CONTENT
Methods in org.apache.http.client.fluent that return Content Modifier and Type Method Description Content
ContentResponseHandler. handleEntity(org.apache.http.HttpEntity entity)
Content
Response. returnContent()
Methods in org.apache.http.client.fluent that return types with arguments of type Content Modifier and Type Method Description java.util.concurrent.Future<Content>
Async. execute(Request request)
java.util.concurrent.Future<Content>
Async. execute(Request request, org.apache.http.concurrent.FutureCallback<Content> callback)
Method parameters in org.apache.http.client.fluent with type arguments of type Content Modifier and Type Method Description java.util.concurrent.Future<Content>
Async. execute(Request request, org.apache.http.concurrent.FutureCallback<Content> callback)
-