|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodRetryHandler | |
org.apache.commons.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. |
Uses of MethodRetryHandler in org.apache.commons.httpclient |
Classes in org.apache.commons.httpclient that implement MethodRetryHandler | |
class |
DefaultMethodRetryHandler
The default MethodRetryHandler used by HttpMethodBase. |
Methods in org.apache.commons.httpclient that return MethodRetryHandler | |
MethodRetryHandler |
HttpMethodBase.getMethodRetryHandler()
Returns the retry handler for this HTTP method |
Methods in org.apache.commons.httpclient with parameters of type MethodRetryHandler | |
void |
HttpMethodBase.setMethodRetryHandler(MethodRetryHandler handler)
Sets the retry handler for this HTTP method |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |