Uses of Interface
org.jclouds.http.IOExceptionRetryHandler

Packages that use IOExceptionRetryHandler
org.jclouds.http   
org.jclouds.http.handlers   
org.jclouds.http.internal   
 

Uses of IOExceptionRetryHandler in org.jclouds.http
 

Fields in org.jclouds.http declared as IOExceptionRetryHandler
static IOExceptionRetryHandler IOExceptionRetryHandler.ALWAYS_RETRY
           
static IOExceptionRetryHandler IOExceptionRetryHandler.NEVER_RETRY
           
 

Uses of IOExceptionRetryHandler in org.jclouds.http.handlers
 

Classes in org.jclouds.http.handlers that implement IOExceptionRetryHandler
 class BackoffLimitedRetryHandler
          Allow replayable request to be retried a limited number of times, and impose an exponential back-off delay before returning.
 

Uses of IOExceptionRetryHandler in org.jclouds.http.internal
 

Fields in org.jclouds.http.internal declared as IOExceptionRetryHandler
protected  IOExceptionRetryHandler BaseHttpCommandExecutorService.ioRetryHandler
           
 

Constructors in org.jclouds.http.internal with parameters of type IOExceptionRetryHandler
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.