Uses of Interface
org.apache.any23.http.HTTPClient

Packages that use HTTPClient
org.apache.any23 TODO fillme 
org.apache.any23.http TODO fillme 
org.apache.any23.source TODO fillme 
 

Uses of HTTPClient in org.apache.any23
 

Methods in org.apache.any23 that return HTTPClient
 HTTPClient Any23.getHTTPClient()
          Returns the current HTTPClient implementation.
 

Methods in org.apache.any23 with parameters of type HTTPClient
 void Any23.setHTTPClient(HTTPClient httpClient)
          Allows to set the HTTPClient implementation used to retrieve contents.
 

Uses of HTTPClient in org.apache.any23.http
 

Classes in org.apache.any23.http that implement HTTPClient
 class DefaultHTTPClient
          Opens an InputStream on an HTTP URI.
 

Uses of HTTPClient in org.apache.any23.source
 

Constructors in org.apache.any23.source with parameters of type HTTPClient
HTTPDocumentSource(HTTPClient client, String uri)
           
 



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