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 envoyer 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 |
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 la dernière Exception
qui s'est produite 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 |