|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface HttpAsyncClient
Simple rest client
| Method Summary | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
delete(URI location)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
exists(URI location)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<InputStream> |
get(URI location)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<HttpResponse> |
invoke(HttpRequest request)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<String> |
post(URI location,
Payload payload)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<String> |
put(URI location,
Payload payload)
Deprecated. |
| Method Detail |
|---|
com.google.common.util.concurrent.ListenableFuture<String> put(URI location,
Payload payload)
HttpClient.post(java.net.URI, org.jclouds.io.Payload)
com.google.common.util.concurrent.ListenableFuture<String> post(URI location,
Payload payload)
HttpClient.post(java.net.URI, org.jclouds.io.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)
HttpClient.invoke(org.jclouds.http.HttpRequest)com.google.common.util.concurrent.ListenableFuture<Boolean> delete(URI location)
HttpClient.delete(java.net.URI)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||