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
|
Constructors ציבוריים | |
|---|---|
HttpsRemoteFileResolver()
|
|
methods ציבוריים | |
|---|---|
String
|
getSupportedProtocol()
מחזירה את הפרוטוקול המשויך שנתמך להורדה. |
ערכים קבועים
PROTOCOL_HTTPS
public static final String PROTOCOL_HTTPS
ערך קבוע: "https"
Constructors ציבוריים
HttpsRemoteFileResolver
public HttpsRemoteFileResolver ()
methods ציבוריים
getSupportedProtocol
public String getSupportedProtocol ()
מחזירה את הפרוטוקול המשויך שנתמך להורדה.
| החזרות | |
|---|---|
String |
|