Public 成员函数 | |
| AbStringHttpResponseListener () | |
| abstract void | onSuccess (int statusCode, String content) |
| void | sendSuccessMessage (int statusCode, String content) |
Public 成员函数 继承自 com.ab.http.AbHttpResponseListener | |
| AbHttpResponseListener () | |
| abstract void | onStart () |
| abstract void | onFinish () |
| void | onRetry () |
| abstract void | onFailure (int statusCode, String content, Throwable error) |
| void | onProgress (int bytesWritten, int totalSize) |
| void | sendStartMessage () |
| void | sendFinishMessage () |
| void | sendProgressMessage (int bytesWritten, int totalSize) |
| void | sendFailureMessage (int statusCode, String content, Throwable error) |
| void | sendRetryMessage () |
| void | sendMessage (Message msg) |
| Handler | getHandler () |
| void | setHandler (Handler handler) |
额外继承的成员函数 | |
Protected 成员函数 继承自 com.ab.http.AbHttpResponseListener | |
| Message | obtainMessage (int responseMessage, Object response) |
© 2012 amsoft.cn 名称:AbStringHttpResponseListener.java 描述:Http字符串响应监听器
|
inline |
构造.
|
abstract |
描述:获取数据成功会调用这里.
| statusCode | the status code |
| content | the content |
|
inline |
成功消息.
| statusCode | the status code |
| content | the content |
1.8.8