HttpHelper.RequestRunnable

public abstract class HttpHelper.RequestRunnable
extends Object implements IRunUtil.IRunnableResult

java.lang.Object
   ↳ com.android.tradefed.util.net.HttpHelper.RequestRunnable


Eseguibile per effettuare richieste con IRunUtil#runEscalatingTimedRetry(long, long, long, long, IRunnableResult).

Riepilogo

Costruttori pubblici

RequestRunnable(String url)

Metodi pubblici

void cancel()

Annullare l'operazione.

Exception getException()

Restituisce l'ultimo Exception che si è verificato durante l'esecuzione di run().

String getResponse()
String getUrl()

Metodi protetti

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

Costruttori pubblici

Richiesta eseguibile

public RequestRunnable (String url)

Parametri
url String

Metodi pubblici

Annulla

public void cancel ()

Annulla l'operazione.

getException

public Exception getException ()

Restituisce gli ultimi Exception che si sono verificati durante l'esecuzione di run().

Ritorni
Exception

getResponse

public String getResponse ()

Ritorni
String

getURL

public String getUrl ()

Ritorni
String

Metodi protetti

setEccezioni

protected void setException (Exception e)

Parametri
e Exception

setResponse

protected void setResponse (String response)

Parametri
response String