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() फ़ंक्शन को इस्तेमाल करते समय, आखिरी बार मिलने वाला Exception दिखाता है.

String getResponse()
String getUrl()

सुरक्षित तरीके

void setException(Exception e)
void setResponse(String response)

सार्वजनिक कंस्ट्रक्टर

RequestRunnable

public RequestRunnable (String url)

पैरामीटर
url String

सार्वजनिक तरीके

अभी नहीं

public void cancel ()

कार्रवाई रद्द करें.

getException

public Exception getException ()

run() फ़ंक्शन को इस्तेमाल करते समय, आखिरी बार मिलने वाला Exception दिखाता है.

रिटर्न
Exception

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