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)
を使用してリクエストを行うためIRunUtil#runEscalatingTimedRetry(long, long, long, long, IRunnableResult)
。
概要
パブリックコンストラクター
HttpHelper.RequestRunnable
public HttpHelper.RequestRunnable (String url)
パブリックメソッド
キャンセル
public void cancel ()
操作をキャンセルします。
getException
public Exception getException ()
run()の実行時に発生した最後のException
を返します。
getResponse
public String getResponse ()
getUrl
public String getUrl ()
保護されたメソッド
setException
protected void setException (Exception e)
setResponse
protected void setResponse (String response)