com.torunski.crawler.parser.httpclient |
|
Java Source File Name | Type | Comment |
AbstractHttpClient.java | Class | Contains abstract methods for the DownloadHelper and SimpleHttpClientParser. |
AuthScopeUtil.java | Class | This utility class helps users who don't want to know any details of HttpClient.
The class helps to create an authentication scope consisting of a host name,
a port number, a realm name and an authentication scheme name which
a credentials apply to. |
CredentialsUtil.java | Class | This utility class helps users who don't want to know any details of HttpClient. |
DownloadHelper.java | Class | Allows easy downloading of ressources from the internet
to a specified filesystem. |
SimpleHttpClientParser.java | Class | A simple parser based on Apache Jakarta Commons HttpClient to show how to
implement an own parser.
This class is NOT thread-safe. |