Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Response> |
delete() |
<T> com.google.common.util.concurrent.ListenableFuture<T> |
delete(Class<T> responseType) |
<T> com.google.common.util.concurrent.ListenableFuture<T> |
delete(GenericType<T> responseType) |
com.google.common.util.concurrent.ListenableFuture<Response> |
get() |
<T> com.google.common.util.concurrent.ListenableFuture<T> |
get(Class<T> responseType) |
<T> com.google.common.util.concurrent.ListenableFuture<T> |
get(GenericType<T> responseType) |
com.google.common.util.concurrent.ListenableFuture<Response> |
head() |
com.google.common.util.concurrent.ListenableFuture<Response> |
method(String name) |
<T> com.google.common.util.concurrent.ListenableFuture<T> |
method(String name,
Class<T> responseType) |
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,
Class<T> responseType) |
<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,
GenericType<T> responseType) |
com.google.common.util.concurrent.ListenableFuture<Response> |
options() |
<T> com.google.common.util.concurrent.ListenableFuture<T> |
options(Class<T> responseType) |
<T> com.google.common.util.concurrent.ListenableFuture<T> |
options(GenericType<T> responseType) |
com.google.common.util.concurrent.ListenableFuture<Response> |
post(Entity<?> entity) |
<T> com.google.common.util.concurrent.ListenableFuture<T> |
post(Entity<?> entity,
Class<T> clazz) |
<T> com.google.common.util.concurrent.ListenableFuture<T> |
post(Entity<?> entity,
GenericType<T> type) |
com.google.common.util.concurrent.ListenableFuture<Response> |
put(Entity<?> entity) |
<T> com.google.common.util.concurrent.ListenableFuture<T> |
put(Entity<?> entity,
Class<T> clazz) |
<T> com.google.common.util.concurrent.ListenableFuture<T> |
put(Entity<?> entity,
GenericType<T> type) |
com.google.common.util.concurrent.ListenableFuture<Response> |
trace() |
<T> com.google.common.util.concurrent.ListenableFuture<T> |
trace(Class<T> responseType) |
<T> com.google.common.util.concurrent.ListenableFuture<T> |
trace(GenericType<T> responseType) |
com.google.common.util.concurrent.ListenableFuture<Response> get()
<T> com.google.common.util.concurrent.ListenableFuture<T> get(Class<T> responseType)
<T> com.google.common.util.concurrent.ListenableFuture<T> get(GenericType<T> responseType)
<T> com.google.common.util.concurrent.ListenableFuture<T> put(Entity<?> entity, GenericType<T> type)
<T> com.google.common.util.concurrent.ListenableFuture<T> post(Entity<?> entity, Class<T> clazz)
<T> com.google.common.util.concurrent.ListenableFuture<T> post(Entity<?> entity, GenericType<T> type)
com.google.common.util.concurrent.ListenableFuture<Response> delete()
<T> com.google.common.util.concurrent.ListenableFuture<T> delete(Class<T> responseType)
<T> com.google.common.util.concurrent.ListenableFuture<T> delete(GenericType<T> responseType)
com.google.common.util.concurrent.ListenableFuture<Response> head()
com.google.common.util.concurrent.ListenableFuture<Response> options()
<T> com.google.common.util.concurrent.ListenableFuture<T> options(Class<T> responseType)
<T> com.google.common.util.concurrent.ListenableFuture<T> options(GenericType<T> responseType)
com.google.common.util.concurrent.ListenableFuture<Response> trace()
<T> com.google.common.util.concurrent.ListenableFuture<T> trace(Class<T> responseType)
<T> com.google.common.util.concurrent.ListenableFuture<T> trace(GenericType<T> responseType)
<T> com.google.common.util.concurrent.ListenableFuture<T> method(String name, Class<T> responseType)
<T> com.google.common.util.concurrent.ListenableFuture<T> method(String name, GenericType<T> responseType)
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, Class<T> responseType)
<T> com.google.common.util.concurrent.ListenableFuture<T> method(String name, Entity<?> entity, GenericType<T> responseType)
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.