public abstract class HTTPGet
extends java.lang.Object
| Constructor and Description |
|---|
HTTPGet() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected abstract java.lang.String |
getUrl() |
protected HTTPResponse |
makeHttpRequest() |
protected abstract void |
onPostExecute(HTTPResponse response) |
protected abstract void onPostExecute(HTTPResponse response)
public void execute()
protected abstract java.lang.String getUrl()
protected HTTPResponse makeHttpRequest()