Uses of Interface
org.apache.commons.httpclient.MethodRetryHandler

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
 



Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.