Uses of Interface
org.jclouds.http.IOExceptionRetryHandler

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

Uses of IOExceptionRetryHandler in org.jclouds.cloudstack.handlers
 

Classes in org.jclouds.cloudstack.handlers that implement IOExceptionRetryHandler
 class InvalidateSessionAndRetryOn401AndLogoutOnClose
          This will parse and set an appropriate exception on the command object.
 

Uses of IOExceptionRetryHandler in org.jclouds.gae
 

Constructors in org.jclouds.gae with parameters of type IOExceptionRetryHandler
AsyncGaeHttpCommandExecutorService(ExecutorService service, com.google.appengine.api.urlfetch.URLFetchService urlFetchService, ConvertToGaeRequest convertToGaeRequest, ConvertToJcloudsResponse convertToJcloudsResponse, DelegatingRetryHandler retryHandler, IOExceptionRetryHandler ioRetryHandler, DelegatingErrorHandler errorHandler, HttpUtils utils, HttpWire wire)
           
GaeHttpCommandExecutorService(com.google.appengine.api.urlfetch.URLFetchService urlFetchService, HttpUtils utils, ExecutorService ioExecutor, IOExceptionRetryHandler ioRetryHandler, DelegatingRetryHandler retryHandler, DelegatingErrorHandler errorHandler, HttpWire wire, ConvertToGaeRequest convertToGaeRequest, ConvertToJcloudsResponse convertToJcloudsResponse)
           
 

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
 

Constructors in org.jclouds.http.internal with parameters of type IOExceptionRetryHandler
BaseHttpCommandExecutorService(HttpUtils utils, ExecutorService ioWorkerExecutor, DelegatingRetryHandler retryHandler, IOExceptionRetryHandler ioRetryHandler, DelegatingErrorHandler errorHandler, HttpWire wire)
           
JavaUrlHttpCommandExecutorService(HttpUtils utils, ExecutorService ioWorkerExecutor, DelegatingRetryHandler retryHandler, IOExceptionRetryHandler ioRetryHandler, DelegatingErrorHandler errorHandler, HttpWire wire, HostnameVerifier verifier, com.google.common.base.Supplier<SSLContext> untrustedSSLContextProvider)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.