Uses of Interface
org.apache.http.protocol.HttpRequestRetryHandler

Packages that use HttpRequestRetryHandler
org.apache.http.impl Default implementations for interfaces in org.apache.http
org.apache.http.protocol HTTP protocol execution framework. 
 

Uses of HttpRequestRetryHandler in org.apache.http.impl
 

Classes in org.apache.http.impl that implement HttpRequestRetryHandler
 class DefaultHttpRequestRetryHandler
          The default HttpRequestRetryHandler used by request executors.
 

Uses of HttpRequestRetryHandler in org.apache.http.protocol
 

Methods in org.apache.http.protocol that return HttpRequestRetryHandler
 HttpRequestRetryHandler HttpRequestExecutor.getRetryHandler()
          Obtain the retry handler.
 

Methods in org.apache.http.protocol with parameters of type HttpRequestRetryHandler
 void HttpRequestExecutor.setRetryHandler(HttpRequestRetryHandler retryhandler)
          Set the retry handler.
 



Copyright 2005-2005-2006 Apache Software Foundation. All Rights Reserved.