A B C D E F G H I K L M N O P R S T U V
A
- abort() -
类 net.tsz.afinal.bitmap.core.LruDiskCache.Editor 中的方法
- Aborts this edit.
- abort() -
类 net.tsz.afinal.common.DiskLruCache.Editor 中的方法
- Aborts this edit.
- addBitmapToCache(String, Bitmap) -
类 net.tsz.afinal.bitmap.core.BitmapCache 中的方法
- Adds a bitmap to both memory and disk cache.
- addCookie(Cookie) -
类 net.tsz.afinal.http.PreferencesCookieStore 中的方法
-
- addHeader(String, String) -
类 net.tsz.afinal.FinalHttp 中的方法
- 添加http请求头
- AfinalException - net.tsz.afinal.exception 中的 异常
-
- AfinalException() -
异常 net.tsz.afinal.exception.AfinalException 的构造方法
-
- AjaxCallBack<T> - net.tsz.afinal.http 中的 类
-
- AjaxCallBack() -
类 net.tsz.afinal.http.AjaxCallBack 的构造方法
-
- AjaxParams - net.tsz.afinal.http 中的 类
-
使用方法:
AjaxParams params = new AjaxParams();
params.put("username", "michael");
params.put("password", "123456");
params.put("email", "test@tsz.net");
params.put("profile_picture", new File("/mnt/sdcard/pic.jpg")); // 上传文件
params.put("profile_picture2", inputStream); // 上传数据流
params.put("profile_picture3", new ByteArrayInputStream(bytes)); // 提交字节流
FinalHttp fh = new FinalHttp();
fh.post("http://www.yangfuhai.com", params, new AjaxCallBack(){
- AjaxParams() -
类 net.tsz.afinal.http.AjaxParams 的构造方法
-
- AjaxParams(Map<String, String>) -
类 net.tsz.afinal.http.AjaxParams 的构造方法
-
- AjaxParams(String, String) -
类 net.tsz.afinal.http.AjaxParams 的构造方法
-
- AjaxParams(Object...) -
类 net.tsz.afinal.http.AjaxParams 的构造方法
-
- AjaxRequestHandler - net.tsz.afinal.http 中的 类
-
- AjaxRequestHandler(AbstractHttpClient, HttpContext, AjaxCallBack<?>) -
类 net.tsz.afinal.http.AjaxRequestHandler 的构造方法
-
- AsyncTask<Params,Progress,Result> - net.tsz.afinal.common 中的 类
- 拷贝 https://android.googlesource.com/platform/frameworks/base/+/jb-release/
core/java/android/os/AsyncTask.java
修改了线程池属性,让并发线程按顺序执行
- AsyncTask() -
类 net.tsz.afinal.common.AsyncTask 的构造方法
- Creates a new asynchronous task.
- AsyncTask.Status - net.tsz.afinal.common 中的 枚举
- Indicates the current status of the task.
A B C D E F G H I K L M N O P R S T U V