HttpsRemoteFileResolver
public
class
HttpsRemoteFileResolver
extends HttpRemoteFileResolver
| java.lang.Object | ||
| ↳ | com.android.tradefed.config.remote.HttpRemoteFileResolver | |
| ↳ | com.android.tradefed.config.remote.HttpsRemoteFileResolver | |
实现 IRemoteFileResolver,允许通过 https 下载远程文件
摘要
常量 | |
|---|---|
String |
PROTOCOL_HTTPS
|
公共构造函数 | |
|---|---|
HttpsRemoteFileResolver()
|
|
公共方法 | |
|---|---|
String
|
getSupportedProtocol()
返回支持下载的相关联协议。 |
常量
PROTOCOL_HTTPS
public static final String PROTOCOL_HTTPS
常量值: "https"
公共构造函数
HttpsRemoteFileResolver
public HttpsRemoteFileResolver ()
公共方法
getSupportedProtocol
public String getSupportedProtocol ()
返回支持下载的相关联协议。
| 返回 | |
|---|---|
String |
|