Uses of Interface
org.apache.any23.http.HTTPClient
-
Packages that use HTTPClient Package Description org.apache.any23 The Any23 root package defines theAny23
library facade and auxiliary classes.org.apache.any23.http This package contains classes and interfaces to implement a small multi-threaded HTTP Client used to fetch data sources.org.apache.any23.source Package containing some auxiliary classes to handle different types ofInputStream
sources. -
-
Uses of HTTPClient in org.apache.any23
Methods in org.apache.any23 that return HTTPClient Modifier and Type Method Description HTTPClient
Any23. getHTTPClient()
Returns the currentHTTPClient
implementation.Methods in org.apache.any23 with parameters of type HTTPClient Modifier and Type Method Description void
Any23. setHTTPClient(HTTPClient httpClient)
Allows to set theHTTPClient
implementation used to retrieve contents. -
Uses of HTTPClient in org.apache.any23.http
Classes in org.apache.any23.http that implement HTTPClient Modifier and Type Class Description class
DefaultHTTPClient
Opens anInputStream
on an HTTP IRI. -
Uses of HTTPClient in org.apache.any23.source
Constructors in org.apache.any23.source with parameters of type HTTPClient Constructor Description HTTPDocumentSource(HTTPClient client, String uri)
-