Uses of Interface
tech.mgl.core.utils.http.MGLRequestCallBack
Packages that use MGLRequestCallBack
-
Uses of MGLRequestCallBack in tech.mgl.utils.http
Methods in tech.mgl.utils.http that return MGLRequestCallBackModifier and TypeMethodDescriptionMGL_HttpRequest.Builder.getCallBack()MGL_HttpRequest.getCallBack()MGL_UploadBuilder.getCallBack()Methods in tech.mgl.utils.http with parameters of type MGLRequestCallBackModifier and TypeMethodDescriptionMGL_UploadBuilder.Builder.callBack(MGLRequestCallBack callBack) static voidMGL_HttpUtils.download(String url, String path, MGLRequestCallBack back) 下载文件static StringMGL_HttpUtils.get(String url, MGLRequestCallBack back) static StringMGL_HttpUtils.post(String url, Map<String, Object> params, InputStream cert, String certPwd, MGLRequestCallBack back) static StringMGL_HttpUtils.post(String url, Map<String, Object> params, Map<String, String> header, InputStream cert, String certPwd, MGLRequestCallBack back) static Stringstatic StringMGL_HttpUtils.request(String url, MGL_HttpRequest.REQUEST_METHOD rMethod, Map<String, Object> params, Map<String, String> header, InputStream cert, String certPwd, MGLRequestCallBack back) 通过证书请求MGL_HttpRequest.Builder.setCallBack(MGLRequestCallBack callBack) MGL_HttpRequest.setCallBack(MGLRequestCallBack callBack)