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() の実行時に最後に発生した |
String
|
getResponse()
|
String
|
getUrl()
|
保護されたメソッド | |
---|---|
void
|
setException(Exception e)
|
void
|
setResponse(String response)
|
パブリック コンストラクタ
RequestRunnable
public RequestRunnable (String url)
パラメータ | |
---|---|
url |
String |
パブリック メソッド
キャンセル
public void cancel ()
オペレーションをキャンセルします。
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 |