|
|||||||||||
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 |
Subclasses of HttpRecoverableException in org.apache.commons.httpclient | |
class |
ConnectTimeoutException
A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager. |
class |
HttpTimeoutException
A timeout while processing an HTTP request: for example a network timeout or a timeout while waiting for an HttpConnection to become available. |
class |
IOTimeoutException
A I/O or network timeout while communicating with an HTTP server. |
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 | |
int |
HttpMethodBase.execute(HttpState state,
HttpConnection conn)
Executes this method using the specified HttpConnection and
HttpState . |
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 |