HttpHelper.RequestRunnable
public
abstract
class
HttpHelper.RequestRunnable
extends Object
implements
IRunUtil.IRunnableResult
java.lang.Object | |
↳ | com.android.tradefed.util.net.HttpHelper.RequestRunnable |
Dapat dijalankan untuk membuat permintaan dengan
IRunUtil#runEscalatingTimedRetry(long, long, long, long, IRunnableResult)
.
Ringkasan
Konstruktor publik | |
---|---|
RequestRunnable(String url)
|
Metode publik | |
---|---|
void
|
cancel()
Batalkan operasi. |
Exception
|
getException()
Menampilkan |
String
|
getResponse()
|
String
|
getUrl()
|
Metode yang dilindungi | |
---|---|
void
|
setException(Exception e)
|
void
|
setResponse(String response)
|
Konstruktor publik
RequestRunnable
public RequestRunnable (String url)
Parameter | |
---|---|
url |
String |
Metode publik
batal
public void cancel ()
Batalkan operasi.
getException
public Exception getException ()
Menampilkan Exception
terakhir yang terjadi saat menjalankan run().
Hasil | |
---|---|
Exception |
getResponse
public String getResponse ()
Hasil | |
---|---|
String |
getUrl
public String getUrl ()
Hasil | |
---|---|
String |
Metode yang dilindungi
setPengecualian
protected void setException (Exception e)
Parameter | |
---|---|
e |
Exception |
setResponse
protected void setResponse (String response)
Parameter | |
---|---|
response |
String |