This project has retired. For details please refer to its
Attic page.
ReturnTrueIf201 (Apache jclouds 1.9.3 API)
-
- All Implemented Interfaces:
- com.google.common.base.Function<HttpResponse,Boolean>
@Singleton
public class ReturnTrueIf201
extends Object
implements com.google.common.base.Function<HttpResponse,Boolean>
Parses the status code of an HTTPResponse and returns True if it is 201.
False otherwise.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.common.base.Function
equals
-
-
Constructor Detail
-
ReturnTrueIf201
public ReturnTrueIf201()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.