public abstract class AbstractDownloader extends Object implements Downloader
Constructor and Description |
---|
AbstractDownloader() |
Modifier and Type | Method and Description |
---|---|
Html |
download(String url)
A simple method to download a url.
|
Html |
download(String url,
String charset)
A simple method to download a url.
|
protected void |
onError(Request request) |
protected void |
onSuccess(Request request) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
download, setThread
public Html download(String url)
url
- urlpublic Html download(String url, String charset)
url
- urlcharset
- charsetprotected void onSuccess(Request request)
protected void onError(Request request)
Copyright © 2017. All rights reserved.