Package | Description |
---|---|
org.apache.any23 |
The Any23 root package defines the
Any23
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
of
InputStream sources. |
Modifier and Type | Method and Description |
---|---|
HTTPClient |
Any23.getHTTPClient()
Returns the current
HTTPClient implementation. |
Modifier and Type | Method and Description |
---|---|
void |
Any23.setHTTPClient(HTTPClient httpClient)
Allows to set the
HTTPClient implementation
used to retrieve contents. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHTTPClient
Opens an
InputStream on an HTTP URI. |
Constructor and Description |
---|
HTTPDocumentSource(HTTPClient client,
String uri) |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.