Uses of Class
org.jclouds.http.handlers.DelegatingRetryHandler

Packages that use DelegatingRetryHandler
org.jclouds.http.internal   
 

Uses of DelegatingRetryHandler in org.jclouds.http.internal
 

Fields in org.jclouds.http.internal declared as DelegatingRetryHandler
protected  DelegatingRetryHandler BaseHttpCommandExecutorService.retryHandler
           
 

Constructors in org.jclouds.http.internal with parameters of type DelegatingRetryHandler
BaseHttpCommandExecutorService(HttpUtils utils, ContentMetadataCodec contentMetadataCodec, com.google.common.util.concurrent.ListeningExecutorService ioExecutor, DelegatingRetryHandler retryHandler, IOExceptionRetryHandler ioRetryHandler, DelegatingErrorHandler errorHandler, HttpWire wire)
           
JavaUrlHttpCommandExecutorService(HttpUtils utils, ContentMetadataCodec contentMetadataCodec, com.google.common.util.concurrent.ListeningExecutorService ioExecutor, DelegatingRetryHandler retryHandler, IOExceptionRetryHandler ioRetryHandler, DelegatingErrorHandler errorHandler, HttpWire wire, HostnameVerifier verifier, com.google.common.base.Supplier<SSLContext> untrustedSSLContextProvider, com.google.common.base.Function<URI,Proxy> proxyForURI)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.