HttpsRemoteFileResolver
public
class
HttpsRemoteFileResolver
extends HttpRemoteFileResolver
| java.lang.Object | ||
| ↳ | com.android.tradefed.config.remote.HttpRemoteFileResolver | |
| ↳ | com.android.tradefed.config.remote.HttpsRemoteFileResolver | |
Implementacja IRemoteFileResolver, która umożliwia pobieranie zdalnego pliku przez HTTPS.
Podsumowanie
Stałe | |
|---|---|
String |
PROTOCOL_HTTPS
|
Publiczne konstruktory | |
|---|---|
HttpsRemoteFileResolver()
|
|
Metody publiczne | |
|---|---|
String
|
getSupportedProtocol()
Zwraca powiązany protokół obsługiwany w przypadku pobierania. |
Stałe
PROTOCOL_HTTPS
public static final String PROTOCOL_HTTPS
Stała wartość: "https"
Publiczne konstruktory
HttpsRemoteFileResolver
public HttpsRemoteFileResolver ()
Metody publiczne
getSupportedProtocol
public String getSupportedProtocol ()
Zwraca powiązany protokół obsługiwany w przypadku pobierania.
| Zwroty | |
|---|---|
String |
|