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

Constants

String PROTOCOL_HTTPS

Public constructors

HttpsRemoteFileResolver()

Public methods

String getSupportedProtocol()

Returns the associated protocol supported for download.

Constants

PROTOCOL_HTTPS

public static final String PROTOCOL_HTTPS

Constant Value: "https"

Public constructors

HttpsRemoteFileResolver

public HttpsRemoteFileResolver ()

Public methods

getSupportedProtocol

public String getSupportedProtocol ()

Returns the associated protocol supported for download.

Returns
String