|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpRecoverableException | |
org.apache.commons.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. |
Uses of HttpRecoverableException in org.apache.commons.httpclient |
Methods in org.apache.commons.httpclient with parameters of type HttpRecoverableException | |
boolean |
DefaultMethodRetryHandler.retryMethod(HttpMethod method,
HttpConnection connection,
HttpRecoverableException recoverableException,
int executionCount,
boolean requestSent)
Used retryCount and requestSentRetryEnabled to determine
if the given method should be retried. |
boolean |
MethodRetryHandler.retryMethod(HttpMethod method,
HttpConnection connection,
HttpRecoverableException recoverableException,
int executionCount,
boolean requestSent)
Determines if a method should be retried after an HttpRecoverableException occurs during execution. |
Methods in org.apache.commons.httpclient that throw HttpRecoverableException | |
void |
HttpConnection.write(byte[] data)
Writes the specified bytes to the output stream. |
void |
HttpConnection.write(byte[] data,
int offset,
int length)
Writes length bytes in data starting at offset to the output stream. |
void |
HttpConnection.writeLine(byte[] data)
Writes the specified bytes, followed by "\r\n".getBytes() to the output stream. |
void |
HttpConnection.writeLine()
Writes "\r\n".getBytes() to the output stream. |
void |
HttpConnection.print(String data)
Writes the specified String (as bytes) to the output stream. |
void |
HttpConnection.printLine(String data)
Writes the specified String (as bytes), followed by "\r\n".getBytes() to the output stream. |
void |
HttpConnection.printLine()
Writes "\r\n".getBytes() to the output stream. |
int |
HttpMethodBase.execute(HttpState state,
HttpConnection conn)
Execute this HTTP method. |
protected void |
HttpMethodBase.readStatusLine(HttpState state,
HttpConnection conn)
Read the status line from the given HttpConnection , setting my
status code and status
text . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |