Uses of Class
org.jclouds.rest.annotations.Fallback

Packages that use Fallback
org.jclouds.rest   
 

Uses of Fallback in org.jclouds.rest
 

Methods in org.jclouds.rest with annotations of type Fallback
 boolean HttpClient.delete(URI location)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> HttpAsyncClient.delete(URI location)
          Deprecated.  
 boolean HttpClient.exists(URI location)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> HttpAsyncClient.exists(URI location)
          Deprecated.  
 InputStream HttpClient.get(URI location)
           
 com.google.common.util.concurrent.ListenableFuture<InputStream> HttpAsyncClient.get(URI location)
          Deprecated.  
 



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