HttpHelper.RequestRunnable

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

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


Exécutable pour effectuer des requêtes avec IRunUtil#runEscalatingTimedRetry(long, long, long, long, IRunnableResult)

Résumé

Constructeurs publics

RequestRunnable(String url)

Méthodes publiques

void cancel()

Annulez l'opération.

Exception getException()

Renvoie le dernier Exception qui s'est produit lors de l'exécution de run().

String getResponse()
String getUrl()

Méthodes protégées

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

Constructeurs publics

RequestRunnable

public RequestRunnable (String url)

Paramètres
url String

Méthodes publiques

annuler

public void cancel ()

Annulez l'opération.

getException

public Exception getException ()

Renvoie le dernier Exception qui s'est produit lors de l'exécution de run().

Renvoie
Exception

getResponse

public String getResponse ()

Renvoie
String

getUrl

public String getUrl ()

Renvoie
String

Méthodes protégées

setException

protected void setException (Exception e)

Paramètres
e Exception

setResponse

protected void setResponse (String response)

Paramètres
response String