HttpsRemoteFileResolver
  public
  
  
  
  class
  HttpsRemoteFileResolver
  
  
  
  
    extends HttpRemoteFileResolver
  
  
  
  
  
  
| java.lang.Object | ||
| ↳ | com.android.tradefed.config.remote.HttpRemoteFileResolver | |
| ↳ | com.android.tradefed.config.remote.HttpsRemoteFileResolver | |
Implementation of IRemoteFileResolver that allows downloading remote file via https
Summary
| Fields | |
|---|---|
| 
    public
    static
    final
    String | PROTOCOL_HTTPS
 | 
| Public constructors | |
|---|---|
| 
      HttpsRemoteFileResolver()
       | |
| Public methods | |
|---|---|
| 
        
        
        
        
        
        String | 
      getSupportedProtocol()
      Returns the associated protocol supported for download. | 
Fields
PROTOCOL_HTTPS
public static final String PROTOCOL_HTTPS
Public constructors
HttpsRemoteFileResolver
public HttpsRemoteFileResolver ()
Public methods
getSupportedProtocol
public String getSupportedProtocol ()
Returns the associated protocol supported for download.
| Returns | |
|---|---|
| String | |
