HttpsRemoteFileResolver
public
class
HttpsRemoteFileResolver
extends HttpRemoteFileResolver
| java.lang.Object | ||
| ↳ | com.android.tradefed.config.remote.HttpRemoteFileResolver | |
| ↳ | com.android.tradefed.config.remote.HttpsRemoteFileResolver | |
Triển khai IRemoteFileResolver cho phép tải tệp từ xa xuống qua https
Tóm tắt
Hằng số | |
|---|---|
String |
PROTOCOL_HTTPS
|
Hàm khởi tạo công khai | |
|---|---|
HttpsRemoteFileResolver()
|
|
Phương thức công khai | |
|---|---|
String
|
getSupportedProtocol()
Trả về giao thức được liên kết và được hỗ trợ để tải xuống. |
Hằng số
PROTOCOL_HTTPS
public static final String PROTOCOL_HTTPS
Giá trị không đổi: "https"
Hàm khởi tạo công khai
HttpsRemoteFileResolver
public HttpsRemoteFileResolver ()
Phương thức công khai
getSupportedProtocol
public String getSupportedProtocol ()
Trả về giao thức được liên kết và được hỗ trợ để tải xuống.
| Giá trị trả về | |
|---|---|
String |
|