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 | |
