HttpRemoteFileResolver

public class HttpRemoteFileResolver
extends Object implements IRemoteFileResolver

java.lang.Object
   ↳ com.android.tradefed.config.remote.HttpRemoteFileResolver


實作允許透過 http 下載遠端檔案的 IRemoteFileResolver

摘要

欄位

public static final String PROTOCOL_HTTP

公用建構函式

HttpRemoteFileResolver()

公用方法

String getSupportedProtocol()

傳回支援下載的相關通訊協定。

IRemoteFileResolver.ResolvedFile resolveRemoteFile(IRemoteFileResolver.RemoteFileResolverArgs args)

在具前瞻性的介面中解析遠端檔案

保護方法

IHttpHelper getDownloader()

欄位

通訊協定

public static final String PROTOCOL_HTTP

公用建構函式

HttpRemoteFileResolver

public HttpRemoteFileResolver ()

公用方法

getSupportedProtocol

public String getSupportedProtocol ()

傳回支援下載的相關通訊協定。

傳回
String

helpRemoteFile

public IRemoteFileResolver.ResolvedFile resolveRemoteFile (IRemoteFileResolver.RemoteFileResolverArgs args)

在具前瞻性的介面中解析遠端檔案

參數
args IRemoteFileResolver.RemoteFileResolverArgsRemoteFileResolverArgs 會說明要下載的遙控器及其下載方式。

傳回
IRemoteFileResolver.ResolvedFile 解析的本機檔案表示法。

擲回
BuildRetrievalError

保護方法

getDownloader

protected IHttpHelper getDownloader ()

傳回
IHttpHelper