https://support.google.com/HttpHelper.RequestRunnable

public abstract class HttpHelper.RequestRunnable
extends Object implements IRunUtil.IRunnableResult

JavaScript.lang.Object
com.android.tradefed.util.net.HttpHelper.RequestRunnable


ניתן להרצה ליצירת בקשות עם IRunUtil#runEscalatingTimedRetry(long, long, long, long, IRunnableResult)

סיכום

בנאים ציבוריים

RequestRunnable(String url)

שיטות ציבוריות

void cancel()

מבטלים את הפעולה.

Exception getException()

מחזירה את ה-Exception האחרון שהתרחש במהלך ביצוע run().

String getResponse()
String getUrl()

שיטות מוגנות

void setException(Exception e)
void setResponse(String response)

בנאים ציבוריים

ניתנת להרצה

public RequestRunnable (String url)

פרמטרים
url String

שיטות ציבוריות

ביטול

public void cancel ()

מבטלים את הפעולה.

חריג

public Exception getException ()

מחזירה את ה-Exception האחרון שהתרחש במהלך ביצוע run().

החזרות
Exception

getResponse

public String getResponse ()

החזרות
String

getUrl

public String getUrl ()

החזרות
String

שיטות מוגנות

חריג

protected void setException (Exception e)

פרמטרים
e Exception

setResponse

protected void setResponse (String response)

פרמטרים
response String