HttpsRemoteFileResolver 클래스의 생성자

public class HttpsRemoteFileResolver
extends HttpRemoteFileResolver

java.lang.Object의 클래스
   ↳ com.android.tradefed.config.remote.HttpRemoteFileResolver
     ↳ com.android.tradefed.config.remote.HttpsRemoteFileResolver


https를 통한 원격 파일을 다운로드할 수 있는 IRemoteFileResolver 구현

요약

필드

public static final String PROTOCOL_HTTPS

공개 생성자

HttpsRemoteFileResolver()

공개 메서드

String getSupportedProtocol()

다운로드가 지원되는 관련 프로토콜을 반환합니다.

필드

PROTOCOL_HTTPS

public static final String PROTOCOL_HTTPS

공개 생성자

HttpsRemoteFileResolver 클래스의 생성자

public HttpsRemoteFileResolver ()

공개 메서드

getSupportedProtocol

public String getSupportedProtocol ()

다운로드가 지원되는 관련 프로토콜을 반환합니다.

반환 값
String