Package org.prebid.mobile.http
Class HTTPGet
- java.lang.Object
-
- org.prebid.mobile.http.HTTPGet
-
public abstract class HTTPGet extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HTTPGet()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidexecute()protected abstract java.lang.StringgetUrl()protected HTTPResponsemakeHttpRequest()protected abstract voidonPostExecute(HTTPResponse response)
-
-
-
Method Detail
-
onPostExecute
protected abstract void onPostExecute(HTTPResponse response)
-
execute
public void execute()
-
getUrl
protected abstract java.lang.String getUrl()
-
makeHttpRequest
protected HTTPResponse makeHttpRequest()
-
-