Uses of Interface
org.jclouds.http.IOExceptionRetryHandler
-
Packages that use IOExceptionRetryHandler Package Description 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 Modifier and Type Field Description static IOExceptionRetryHandlerIOExceptionRetryHandler. ALWAYS_RETRYstatic IOExceptionRetryHandlerIOExceptionRetryHandler. NEVER_RETRY -
Uses of IOExceptionRetryHandler in org.jclouds.http.handlers
Classes in org.jclouds.http.handlers that implement IOExceptionRetryHandler Modifier and Type Class Description classBackoffLimitedRetryHandlerAllow 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 Modifier and Type Field Description protected IOExceptionRetryHandlerBaseHttpCommandExecutorService. ioRetryHandlerConstructors in org.jclouds.http.internal with parameters of type IOExceptionRetryHandler Constructor Description BaseHttpCommandExecutorService(HttpUtils utils, ContentMetadataCodec contentMetadataCodec, DelegatingRetryHandler retryHandler, IOExceptionRetryHandler ioRetryHandler, DelegatingErrorHandler errorHandler, HttpWire wire, String idempotentMethods)JavaUrlHttpCommandExecutorService(HttpUtils utils, ContentMetadataCodec contentMetadataCodec, 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, String idempotentMethods, int outputSocketBufferSize, String userAgent)
-