Uses of Interface
org.codegist.crest.handler.RetryHandler

Packages that use RetryHandler
org.codegist.crest.config Contains DefaultCRest configuration interfaces and configuration factories. 
org.codegist.crest.handler Contains retry, response and error handler interfaces and default implementations 
org.codegist.crest.security.handler   
 

Uses of RetryHandler in org.codegist.crest.config
 

Fields in org.codegist.crest.config with type parameters of type RetryHandler
static Class<? extends RetryHandler> MethodConfig.DEFAULT_RETRY_HANDLER
          Default retry handler applied when non specified.
 

Methods in org.codegist.crest.config that return RetryHandler
 RetryHandler MethodConfig.getRetryHandler()
           
 

Methods in org.codegist.crest.config with parameters of type RetryHandler
 ConfigBuilders.InterfaceConfigBuilder ConfigBuilders.InterfaceConfigBuilder.setMethodsRetryHandler(RetryHandler retryHandler)
           
 ConfigBuilders.MethodConfigBuilder ConfigBuilders.MethodConfigBuilder.setRetryHandler(RetryHandler retryHandler)
           
 

Method parameters in org.codegist.crest.config with type arguments of type RetryHandler
 ConfigBuilders.InterfaceConfigBuilder ConfigBuilders.InterfaceConfigBuilder.setMethodsRetryHandler(Class<? extends RetryHandler> retryHandler)
           
 ConfigBuilders.MethodConfigBuilder ConfigBuilders.MethodConfigBuilder.setRetryHandler(Class<? extends RetryHandler> retryHandlerClass)
           
 

Uses of RetryHandler in org.codegist.crest.handler
 

Classes in org.codegist.crest.handler that implement RetryHandler
 class MaxAttemptRetryHandler
          Default retry handler always returns true is the given attempt is strictly less than given max value.
 

Uses of RetryHandler in org.codegist.crest.security.handler
 

Classes in org.codegist.crest.security.handler that implement RetryHandler
 class RefreshAuthentificationRetryHandler
          Authentification retry handler that refresh the authentification if the retry cause is a 401 problem.
 



Copyright © 2011. All Rights Reserved.