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()
تعرض آخر |
String
|
getResponse()
|
String
|
getUrl()
|
الطرق المحمية | |
---|---|
void
|
setException(Exception e)
|
void
|
setResponse(String response)
|
وظائف الإنشاء العامة
طلب Runnable
public RequestRunnable (String url)
المعلمات | |
---|---|
url |
String |
الطرق العامة
إلغاء
public void cancel ()
إلغاء العملية.
الحصول على استثناء
public Exception getException ()
تعرض آخر Exception
حدث عند تنفيذ run().
المرتجعات | |
---|---|
Exception |
getResponse
public String getResponse ()
المرتجعات | |
---|---|
String |
getUrl
public String getUrl ()
المرتجعات | |
---|---|
String |
الطرق المحمية
setException
protected void setException (Exception e)
المعلمات | |
---|---|
e |
Exception |
ضبط استجابة
protected void setResponse (String response)
المعلمات | |
---|---|
response |
String |