Package | Description |
---|---|
org.jclouds.cloudstack.handlers | |
org.jclouds.dynect.v3.filters | |
org.jclouds.gae | |
org.jclouds.http | |
org.jclouds.http.handlers | |
org.jclouds.http.internal |
Modifier and Type | Class and Description |
---|---|
class |
InvalidateSessionAndRetryOn401AndLogoutOnClose
This will parse and set an appropriate exception on the command object.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionManager
This class manages session interactions, including grabbing latest from the
cache, and invalidating upon 401 If the credentials supplied in the
authentication header are invalid, or if the token has expired, the server
returns HTTP response code 401.
|
Constructor and Description |
---|
AsyncGaeHttpCommandExecutorService(com.google.appengine.api.urlfetch.URLFetchService urlFetchService,
HttpUtils utils,
ContentMetadataCodec contentMetadataCodec,
com.google.common.util.concurrent.ListeningExecutorService ioExecutor,
IOExceptionRetryHandler ioRetryHandler,
DelegatingRetryHandler retryHandler,
DelegatingErrorHandler errorHandler,
HttpWire wire,
ConvertToGaeRequest convertToGaeRequest,
ConvertToJcloudsResponse convertToJcloudsResponse) |
GaeHttpCommandExecutorService(com.google.appengine.api.urlfetch.URLFetchService urlFetchService,
HttpUtils utils,
ContentMetadataCodec contentMetadataCodec,
com.google.common.util.concurrent.ListeningExecutorService ioExecutor,
IOExceptionRetryHandler ioRetryHandler,
DelegatingRetryHandler retryHandler,
DelegatingErrorHandler errorHandler,
HttpWire wire,
ConvertToGaeRequest convertToGaeRequest,
ConvertToJcloudsResponse convertToJcloudsResponse) |
Modifier and Type | Field and Description |
---|---|
static IOExceptionRetryHandler |
IOExceptionRetryHandler.ALWAYS_RETRY |
static IOExceptionRetryHandler |
IOExceptionRetryHandler.NEVER_RETRY |
Modifier and Type | Class and Description |
---|---|
class |
BackoffLimitedRetryHandler
Allow replayable request to be retried a limited number of times, and impose an exponential
back-off delay before returning.
|
Modifier and Type | Field and Description |
---|---|
protected IOExceptionRetryHandler |
BaseHttpCommandExecutorService.ioRetryHandler |
Constructor and Description |
---|
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.