HttpHelper.RequestRunnable
public
abstract
class
HttpHelper.RequestRunnable
extends Object
implements
IRunUtil.IRunnableResult
java.lang.Object | |
\t | com.android.tradefed.util.net.HttpHelper.RequestRunnable |
IRunUtil#runEscalatingTimedRetry(long, long, long, long, IRunnableResult)
ile istek göndermek için çalıştırılabilir.
Özet
Kamu inşaatçıları | |
---|---|
RequestRunnable(String url)
|
Herkese açık yöntemler | |
---|---|
void
|
cancel()
İşlemi iptal edin. |
Exception
|
getException()
run() işlevi yürütülürken gerçekleşen son |
String
|
getResponse()
|
String
|
getUrl()
|
Korunan yöntemler | |
---|---|
void
|
setException(Exception e)
|
void
|
setResponse(String response)
|
Herkese açık kurucular
RequestRunnable
public RequestRunnable (String url)
Parametreler | |
---|---|
url |
String |
Herkese açık yöntemler
iptal
public void cancel ()
İşlemi iptal edin.
getException
public Exception getException ()
run() işlevi yürütülürken gerçekleşen son Exception
değerini döndürür.
İlerlemeler | |
---|---|
Exception |
GetResponse
public String getResponse ()
İlerlemeler | |
---|---|
String |
getUrl
public String getUrl ()
İlerlemeler | |
---|---|
String |
Korunan yöntemler
setException
protected void setException (Exception e)
Parametreler | |
---|---|
e |
Exception |
setResponse
protected void setResponse (String response)
Parametreler | |
---|---|
response |
String |