Class HTMLFetcher
java.lang.Object
com.kohlschutter.boilerpipe.sax.HTMLFetcher
A very simple HTTP/HTML fetcher, really just for demo purposes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HTMLDocumentFetches the document at the given URL, usingURLConnection.
-
Field Details
-
PAT_CHARSET
-
-
Constructor Details
-
HTMLFetcher
private HTMLFetcher()
-
-
Method Details
-
fetch
Fetches the document at the given URL, usingURLConnection.- Parameters:
url-- Returns:
- Throws:
IOException
-