Uses of Interface
org.jclouds.rest.functions.PropagateIfRetryAfter

Packages that use PropagateIfRetryAfter
org.jclouds.http.functions   
org.jclouds.rest.functions   
 

Uses of PropagateIfRetryAfter in org.jclouds.http.functions
 

Classes in org.jclouds.http.functions that implement PropagateIfRetryAfter
 class HeaderToRetryAfterException
          propagates as RetryAfterException if a Throwable is an HttpResponseException with a set and a valid HttpHeaders.RETRY_AFTER header set.
 

Uses of PropagateIfRetryAfter in org.jclouds.rest.functions
 

Constructors in org.jclouds.rest.functions with parameters of type PropagateIfRetryAfter
MapHttp4xxCodesToExceptions(PropagateIfRetryAfter propagateIfRetryAfter)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.