Methods in ix.util.http that throw HttpRequestException |
protected abstract java.lang.Object |
HttpObjectServlet.handleRequest(javax.servlet.http.HttpServletRequest req,
java.lang.Object received)
The main part of handling the request. |
protected boolean |
HttpObjectClient.handleResponseCode(java.net.HttpURLConnection conn)
Checks whether the response is a success or a failure and
whether there's content to be read. |
protected boolean |
HttpObjectClient.handleResponseCode(int status,
java.lang.String message)
Checks whether the response is a success or a failure and
whether there's content to be read. |
protected java.lang.String |
HttpObjectServlet.readRequest(javax.servlet.http.HttpServletRequest req)
Utility method that reads the request's contents and returns
it as a string. |