Class CloudFilesErrorHandler
- java.lang.Object
-
- org.jclouds.rackspace.cloudfiles.v1.handlers.CloudFilesErrorHandler
-
- All Implemented Interfaces:
HttpErrorHandler
public class CloudFilesErrorHandler extends Object implements HttpErrorHandler
-
-
Field Summary
Fields Modifier and Type Field Description static Pattern
CONTAINER_KEY_PATH
static Pattern
CONTAINER_PATH
static String
PREFIX
-
Fields inherited from interface org.jclouds.http.HttpErrorHandler
NOOP
-
-
Constructor Summary
Constructors Constructor Description CloudFilesErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleError(HttpCommand command, HttpResponse response)
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
CONTAINER_PATH
public static final Pattern CONTAINER_PATH
-
CONTAINER_KEY_PATH
public static final Pattern CONTAINER_KEY_PATH
-
-
Method Detail
-
handleError
public void handleError(HttpCommand command, HttpResponse response)
- Specified by:
handleError
in interfaceHttpErrorHandler
-
-