Package org.jclouds.aws.config
Class AWSHttpApiModule<A>
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- org.jclouds.rest.config.RestModule
-
- org.jclouds.rest.config.HttpApiModule<A>
-
- org.jclouds.aws.config.AWSHttpApiModule<A>
-
- All Implemented Interfaces:
com.google.inject.Module
- Direct Known Subclasses:
FormSigningHttpApiModule
public abstract class AWSHttpApiModule<A> extends HttpApiModule<A>
-
-
Field Summary
-
Fields inherited from class org.jclouds.rest.config.HttpApiModule
api
-
Fields inherited from class org.jclouds.rest.config.RestModule
authException
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAWSHttpApiModule()protectedAWSHttpApiModule(Class<A> api)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbindErrorHandlers()protected voidbindRetryHandlers()protected Set<String>provideRetryableCodes()protected Set<String>provideRetryableServerCodes()-
Methods inherited from class org.jclouds.rest.config.HttpApiModule
configure
-
Methods inherited from class org.jclouds.rest.config.RestModule
installLocations
-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-
-
-
Method Detail
-
provideRetryableServerCodes
@Provides @Singleton protected final Set<String> provideRetryableServerCodes()
-
bindErrorHandlers
protected void bindErrorHandlers()
- Overrides:
bindErrorHandlersin classHttpApiModule<A>
-
bindRetryHandlers
protected void bindRetryHandlers()
- Overrides:
bindRetryHandlersin classHttpApiModule<A>
-
-