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