HttpHelper.RequestRunnable
public abstract class HttpHelper.RequestRunnable
extends Object
implements IRunUtil.IRunnableResult
java.lang.객체 |
↳ | com.android.tradefed.util.net.HttpHelper.RequestRunnable |
IRunUtil#runEscalatingTimedRetry(long, long, long, long, IRunnableResult)
로 요청하기 위해 실행 가능합니다.
요약
공개 생성자
RequestRunnable
public RequestRunnable (String url)
공개 방법
취소
public void cancel ()
작업을 취소하십시오.
getException
public Exception getException ()
run()을 수행할 때 발생한 마지막 Exception
반환합니다.
getResponse
public String getResponse ()
getUrl
public String getUrl ()
보호된 메서드
setException
protected void setException (Exception e)
setResponse
protected void setResponse (String response)