Class RetryOnRenew

java.lang.Object
org.jclouds.openstack.keystone.auth.handlers.RetryOnRenew
All Implemented Interfaces:
org.jclouds.http.HttpRetryHandler

public class RetryOnRenew extends Object implements org.jclouds.http.HttpRetryHandler
This will parse and set an appropriate exception on the command object.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.jclouds.logging.Logger
     

    Fields inherited from interface org.jclouds.http.HttpRetryHandler

    ALWAYS_RETRY, NEVER_RETRY
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    shouldRetryRequest(org.jclouds.http.HttpCommand command, org.jclouds.http.HttpResponse response)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • logger

      protected org.jclouds.logging.Logger logger
  • Method Details

    • shouldRetryRequest

      public boolean shouldRetryRequest(org.jclouds.http.HttpCommand command, org.jclouds.http.HttpResponse response)
      Specified by:
      shouldRetryRequest in interface org.jclouds.http.HttpRetryHandler