Uses of Interface
org.apache.any23.http.HTTPClient
-
Packages that use HTTPClient Package Description org.apache.any23 The Any23 root package defines theAny23library 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 ofInputStreamsources. -
-
Uses of HTTPClient in org.apache.any23
Methods in org.apache.any23 that return HTTPClient Modifier and Type Method Description HTTPClientAny23. getHTTPClient()Returns the currentHTTPClientimplementation.Methods in org.apache.any23 with parameters of type HTTPClient Modifier and Type Method Description voidAny23. setHTTPClient(HTTPClient httpClient)Allows to set theHTTPClientimplementation 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 classDefaultHTTPClientOpens anInputStreamon 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)
-