org.jclouds.openstack.swift.v1.functions
Class FalseOnAccepted

java.lang.Object
  extended by org.jclouds.openstack.swift.v1.functions.FalseOnAccepted
All Implemented Interfaces:
com.google.common.base.Function<org.jclouds.http.HttpResponse,Boolean>

public class FalseOnAccepted
extends Object
implements com.google.common.base.Function<org.jclouds.http.HttpResponse,Boolean>

Returns false on HTTP 202 Accepted.


Constructor Summary
FalseOnAccepted()
           
 
Method Summary
 Boolean apply(org.jclouds.http.HttpResponse from)
           
 
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

FalseOnAccepted

public FalseOnAccepted()
Method Detail

apply

public Boolean apply(org.jclouds.http.HttpResponse from)
Specified by:
apply in interface com.google.common.base.Function<org.jclouds.http.HttpResponse,Boolean>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.