Package | Description |
---|---|
org.apache.commons.httpclient |
Classes and interfaces supporting the client side of the HTTP protocol.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MethodRetryHandler.retryMethod(HttpMethod method,
HttpConnection connection,
HttpRecoverableException recoverableException,
int executionCount,
boolean requestSent)
Deprecated.
Determines if a method should be retried after an HttpRecoverableException
occurs during execution.
|
boolean |
DefaultMethodRetryHandler.retryMethod(HttpMethod method,
HttpConnection connection,
HttpRecoverableException recoverableException,
int executionCount,
boolean requestSent)
Deprecated.
Used
retryCount and requestSentRetryEnabled to determine
if the given method should be retried. |
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.