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
public RequestRunnable (String url)
公開メソッド
キャンセル
public void cancel ()
操作をキャンセルします。
getException
public Exception getException ()
run() の実行時に発生した最後のERROR(/Exception)
を返します。
getResponse
public String getResponse ()
getUrl
public String getUrl ()
保護されたメソッド
setException
protected void setException (Exception e)
setResponse
protected void setResponse (String response)