All Methods Instance Methods Abstract Methods
| Modifier and Type |
Method |
Description |
com.google.common.util.concurrent.ListenableFuture<Response> |
delete() |
|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
delete(GenericType<T> responseType) |
|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
delete(Class<T> responseType) |
|
com.google.common.util.concurrent.ListenableFuture<Response> |
get() |
|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
get(GenericType<T> responseType) |
|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
get(Class<T> responseType) |
|
com.google.common.util.concurrent.ListenableFuture<Response> |
head() |
|
com.google.common.util.concurrent.ListenableFuture<Response> |
method(String name) |
|
com.google.common.util.concurrent.ListenableFuture<Response> |
method(String name,
Entity<?> entity) |
|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
method(String name,
Entity<?> entity,
GenericType<T> responseType) |
|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
method(String name,
Entity<?> entity,
Class<T> responseType) |
|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
method(String name,
GenericType<T> responseType) |
|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
method(String name,
Class<T> responseType) |
|
com.google.common.util.concurrent.ListenableFuture<Response> |
options() |
|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
options(GenericType<T> responseType) |
|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
options(Class<T> responseType) |
|
com.google.common.util.concurrent.ListenableFuture<Response> |
post(Entity<?> entity) |
|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
post(Entity<?> entity,
GenericType<T> type) |
|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
post(Entity<?> entity,
Class<T> clazz) |
|
com.google.common.util.concurrent.ListenableFuture<Response> |
put(Entity<?> entity) |
|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
put(Entity<?> entity,
GenericType<T> type) |
|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
put(Entity<?> entity,
Class<T> clazz) |
|
com.google.common.util.concurrent.ListenableFuture<Response> |
trace() |
|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
trace(GenericType<T> responseType) |
|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
trace(Class<T> responseType) |
|