AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
com.ab.network.JsonObjectRequest 成员列表

成员的完整列表,这些成员属于 com.ab.network.JsonObjectRequest,包括所有继承而来的类成员

deliverResponse(T response)com.ab.network.JsonRequest< T >inlineprotected
getBody()com.ab.network.JsonRequest< T >inline
getBodyContentType()com.ab.network.JsonRequest< T >inline
getPostBody()com.ab.network.JsonRequest< T >inline
getPostBodyContentType()com.ab.network.JsonRequest< T >inline
JsonObjectRequest(int method, String url, JSONObject jsonRequest, Listener< JSONObject > listener, ErrorListener errorListener)com.ab.network.JsonObjectRequestinline
JsonObjectRequest(String url, JSONObject jsonRequest, Listener< JSONObject > listener, ErrorListener errorListener)com.ab.network.JsonObjectRequestinline
JsonRequest(String url, String requestBody, Listener< T > listener, ErrorListener errorListener)com.ab.network.JsonRequest< T >inline
JsonRequest(int method, String url, String requestBody, Listener< T > listener, ErrorListener errorListener)com.ab.network.JsonRequest< T >inline
parseNetworkResponse(NetworkResponse response)com.ab.network.JsonObjectRequestinlineprotected