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
          Deprecated. use DefaultHttpMethodRetryHandler
 

Methods in org.apache.commons.httpclient that return MethodRetryHandler
 MethodRetryHandler HttpMethodBase.getMethodRetryHandler()
          Deprecated. use HttpMethodParams
 

Methods in org.apache.commons.httpclient with parameters of type MethodRetryHandler
 void HttpMethodBase.setMethodRetryHandler(MethodRetryHandler handler)
          Deprecated. use HttpMethodParams
 



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