HttpHelper.RequestRunnable

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

java.lang.Object 中
   ↳ com.android.tradefed.util.net.HttpHelper.RequestRunnable


可运行,以便使用 IRunUtil#runEscalatingTimedRetry(long, long, long, long, IRunnableResult)

摘要

公共构造函数

RequestRunnable(String url)

公共方法

void cancel()

取消操作。

Exception getException()

返回执行 run() 时发生的最后一个 Exception

String getResponse()
String getUrl()

受保护的方法

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

公共构造函数

RequestRunnable 类中的方法

public RequestRunnable (String url)

参数
url String

公共方法

取消

public void cancel ()

取消操作。

getException

public Exception getException ()

返回执行 run() 时发生的最后一个 Exception

返回
Exception

获取响应

public String getResponse ()

返回
String

获取网址

public String getUrl ()

返回
String

受保护的方法

setException

protected void setException (Exception e)

参数
e Exception

setResponse

protected void setResponse (String response)

参数
response String