IRestApiHelper
public
interface
IRestApiHelper
com.android.tradefed.util.IRestApiHelper |
執行 REST API 呼叫的輔助介面。
摘要
公用方法 | |
---|---|
abstract
HttpResponse
|
execute(String method, String[] uriParts,
執行 API 要求。 |
公用方法
執行
public abstract HttpResponse execute (String method, String[] uriParts,options, JSONObject data)
執行 API 要求。
參數 | |
---|---|
method |
String :要求的 HTTP 方法 |
uriParts |
String :網址編碼 URI 部分,用來建構要求 URI。 |
options |
:用來建構查詢字串的未編碼參數名稱和值 |
data |
JSONObject :要與要求一起傳送的資料 |
傳回 | |
---|---|
HttpResponse |
HttpResponse 物件 |
擲回 | |
---|---|
|
IOException |