Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

Uses of HttpRequestRetryHandler in org.apache.http.protocol
 

Fields in org.apache.http.protocol declared as HttpRequestRetryHandler
private  HttpRequestRetryHandler HttpRequestExecutor.retryhandler
           
 

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.