Uses of Class
org.apache.http.client.fluent.Content

Packages that use Content
org.apache.http.client.fluent   
 

Uses of Content in org.apache.http.client.fluent
 

Fields in org.apache.http.client.fluent declared as Content
static Content Content.NO_CONTENT
           
 

Methods in org.apache.http.client.fluent that return Content
 Content Response.returnContent()
           
 

Methods in org.apache.http.client.fluent that return types with arguments of type Content
 Future<Content> Async.execute(Request request)
           
 Future<Content> Async.execute(Request request, FutureCallback<Content> callback)
           
 

Method parameters in org.apache.http.client.fluent with type arguments of type Content
 Future<Content> Async.execute(Request request, FutureCallback<Content> callback)
           
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.