HttpsRemoteFileResolver
public
class
HttpsRemoteFileResolver
extends HttpRemoteFileResolver
| java.lang.Object | ||
| ↳ | com.android.tradefed.config.remote.HttpRemoteFileResolver | |
| ↳ | com.android.tradefed.config.remote.HttpsRemoteFileResolver | |
Implementierung von IRemoteFileResolver, die das Herunterladen von Remotedateien über HTTPS ermöglicht
Zusammenfassung
Konstanten | |
|---|---|
String |
PROTOCOL_HTTPS
|
Öffentliche Konstruktoren | |
|---|---|
HttpsRemoteFileResolver()
|
|
Öffentliche Methoden | |
|---|---|
String
|
getSupportedProtocol()
Gibt das zugehörige Protokoll zurück, das für den Download unterstützt wird. |
Konstanten
PROTOCOL_HTTPS
public static final String PROTOCOL_HTTPS
Constant Value: "https"
Öffentliche Konstruktoren
HttpsRemoteFileResolver
public HttpsRemoteFileResolver ()
Öffentliche Methoden
getSupportedProtocol
public String getSupportedProtocol ()
Gibt das zugehörige Protokoll zurück, das für den Download unterstützt wird.
| Returns | |
|---|---|
String |
|