| Method and Description |
|---|
| org.djodjo.comm.jus.Request.getPostBody()
Use
Request.getBody() instead. |
| org.djodjo.comm.jus.Request.getPostBodyContentType()
Use
Request.getBodyContentType() instead. |
| org.djodjo.comm.jus.Request.getPostParams()
Use
Request.getParams() instead. |
| org.djodjo.comm.jus.Request.getPostParamsEncoding()
Use
Request.getParamsEncoding() instead. |
| Constructor and Description |
|---|
| org.djodjo.comm.jus.request.ImageRequest(String, Response.Listener |
| org.djodjo.comm.jus.request.JsonRequest(String, String, Response.Listener Use
#JsonRequest(int, String, String, Listener, ErrorListener). |