HttpHelper.RequestRunnable

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

java.lang.Objeto
com.android.tradefed.util.net.HttpHelper.RequestRunnable


Ejecutable para realizar solicitudes con IRunUtil#runEscalatingTimedRetry(long, long, long, long, IRunnableResult) .

Resumen

Constructores públicos

RequestRunnable (String url)

Métodos públicos

void cancel ()

Cancelar la operación.

Exception getException ()

Devuelve la última Exception que ocurrió al ejecutar run().

String getResponse ()
String getUrl ()

Métodos protegidos

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

Constructores públicos

SolicitudEjecutable

public RequestRunnable (String url)

Parámetros
url String

Métodos públicos

Cancelar

public void cancel ()

Cancelar la operación.

obtener excepción

public Exception getException ()

Devuelve la última Exception que ocurrió al ejecutar run().

Devoluciones
Exception

obtener una respuesta

public String getResponse ()

Devoluciones
String

obtener URL

public String getUrl ()

Devoluciones
String

Métodos protegidos

establecer excepción

protected void setException (Exception e)

Parámetros
e Exception

establecerRespuesta

protected void setResponse (String response)

Parámetros
response String