org.jclouds.http
Interface IOExceptionRetryHandler

All Known Implementing Classes:
BackoffLimitedRetryHandler

public interface IOExceptionRetryHandler

Author:
Adrian Cole

Field Summary
static IOExceptionRetryHandler ALWAYS_RETRY
           
static IOExceptionRetryHandler NEVER_RETRY
           
 
Method Summary
 boolean shouldRetryRequest(HttpCommand command, IOException error)
           
 

Field Detail

ALWAYS_RETRY

static final IOExceptionRetryHandler ALWAYS_RETRY

NEVER_RETRY

static final IOExceptionRetryHandler NEVER_RETRY
Method Detail

shouldRetryRequest

boolean shouldRetryRequest(HttpCommand command,
                           IOException error)


Copyright © 2009-2011 jclouds. All Rights Reserved.