public interface HttpAsyncClient
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
delete(URI location) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
exists(URI location) |
com.google.common.util.concurrent.ListenableFuture<InputStream> |
get(URI location) |
com.google.common.util.concurrent.ListenableFuture<HttpResponse> |
invoke(HttpRequest request) |
com.google.common.util.concurrent.ListenableFuture<String> |
post(URI location,
Payload payload) |
com.google.common.util.concurrent.ListenableFuture<String> |
put(URI location,
Payload payload) |
com.google.common.util.concurrent.ListenableFuture<Boolean> exists(URI location)
HttpClient.exists(java.net.URI)
com.google.common.util.concurrent.ListenableFuture<InputStream> get(URI location)
HttpClient.get(java.net.URI)
com.google.common.util.concurrent.ListenableFuture<HttpResponse> invoke(HttpRequest request)
com.google.common.util.concurrent.ListenableFuture<Boolean> delete(URI location)
HttpClient.delete(java.net.URI)
Copyright © 2009-2012 jclouds. All Rights Reserved.