|
||||||||||
| 上一个软件包 下一个软件包 | 框架 无框架 | |||||||||
| 类摘要 | |
|---|---|
| AjaxCallBack<T> | |
| AjaxParams |
使用方法:
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 |
| AjaxRequestHandler | |
| PreferencesCookieStore | 保存到 Preferences 的cookie |
| RetryHandler | |
| SyncRequestHandler | |
|
||||||||||
| 上一个软件包 下一个软件包 | 框架 无框架 | |||||||||