Okhttp請求封裝類

2021-08-13 21:55:04 字數 689 閱讀 3402

/**

* 1 加網路許可權

// 2 網路請求   okhttp 依賴

* 3 okhttp請求封裝

* 加入快取

//同步下get,post

public string sendget(string url) throws ioexception

//同步下post

public string sendpost(string url, requestbody body) throws ioexception

//非同步的封裝 get和post自己 預習一下快取okhttp如何使用快取

public void sendasyncget(string url, callback callback)

//非同步的post

public void sendasyncpost(string url, requestbody body, callback callback)

//測試快取

public string sendcacheget(string url) throws ioexception

OkHttp網路請求封裝類

get請求方法 public voidget string url,finalcallback callback,finalclass cls override public voidonresponse call call,response response throwsioexception g...

OkHttp網路請求

描述 這是乙個為了方便自己出生的乙個網路請求的工具,就先稱他為工具吧即便他極為簡單。用法 將他直接沾到自定的工具類中,在需要請求資料的類裡面呼叫就行,怎麼調?下面有寫 還有注意裡面的引數 引數 引數。直接在另乙個類 myutil.getdatafromeserver 請求位址,new gettext...

Egret Http請求封裝類

新建乙個ts檔案 呼叫querify處理並繫結傳送到伺服器的資料 let str querify params request.send str request.addeventlistener egret.event.complete event egret.event this export f...