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 |
|