HttpHelper.RequestRunnable

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

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


Runnable では、 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

getResponse

public String getResponse ()

戻り値
String

getUrl

public String getUrl ()

戻り値
String

保護されたメソッド

setException

protected void setException (Exception e)

パラメータ
e Exception

setResponse

protected void setResponse (String response)

パラメータ
response String