public interface ListenableFutureInvoker
extends javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
RxInvoker implementation which supports Guava ListenableFuture.| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> |
delete() |
<R> com.google.common.util.concurrent.ListenableFuture<R> |
delete(Class<R> responseType) |
<R> com.google.common.util.concurrent.ListenableFuture<R> |
delete(javax.ws.rs.core.GenericType<R> responseType) |
com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> |
get() |
<R> com.google.common.util.concurrent.ListenableFuture<R> |
get(Class<R> responseType) |
<R> com.google.common.util.concurrent.ListenableFuture<R> |
get(javax.ws.rs.core.GenericType<R> responseType) |
com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> |
head() |
com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> |
method(String name) |
<R> com.google.common.util.concurrent.ListenableFuture<R> |
method(String name,
Class<R> responseType) |
com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> |
method(String name,
javax.ws.rs.client.Entity<?> entity) |
<R> com.google.common.util.concurrent.ListenableFuture<R> |
method(String name,
javax.ws.rs.client.Entity<?> entity,
Class<R> responseType) |
<R> com.google.common.util.concurrent.ListenableFuture<R> |
method(String name,
javax.ws.rs.client.Entity<?> entity,
javax.ws.rs.core.GenericType<R> responseType) |
<R> com.google.common.util.concurrent.ListenableFuture<R> |
method(String name,
javax.ws.rs.core.GenericType<R> responseType) |
com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> |
options() |
<R> com.google.common.util.concurrent.ListenableFuture<R> |
options(Class<R> responseType) |
<R> com.google.common.util.concurrent.ListenableFuture<R> |
options(javax.ws.rs.core.GenericType<R> responseType) |
com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> |
post(javax.ws.rs.client.Entity<?> entity) |
<R> com.google.common.util.concurrent.ListenableFuture<R> |
post(javax.ws.rs.client.Entity<?> entity,
Class<R> responseType) |
<R> com.google.common.util.concurrent.ListenableFuture<R> |
post(javax.ws.rs.client.Entity<?> entity,
javax.ws.rs.core.GenericType<R> responseType) |
com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> |
put(javax.ws.rs.client.Entity<?> entity) |
<R> com.google.common.util.concurrent.ListenableFuture<R> |
put(javax.ws.rs.client.Entity<?> entity,
Class<R> responseType) |
<R> com.google.common.util.concurrent.ListenableFuture<R> |
put(javax.ws.rs.client.Entity<?> entity,
javax.ws.rs.core.GenericType<R> responseType) |
com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> |
trace() |
<R> com.google.common.util.concurrent.ListenableFuture<R> |
trace(Class<R> responseType) |
<R> com.google.common.util.concurrent.ListenableFuture<R> |
trace(javax.ws.rs.core.GenericType<R> responseType) |
com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> delete()
delete in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture><R> com.google.common.util.concurrent.ListenableFuture<R> delete(Class<R> responseType)
delete in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture><R> com.google.common.util.concurrent.ListenableFuture<R> delete(javax.ws.rs.core.GenericType<R> responseType)
delete in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> get()
get in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture><R> com.google.common.util.concurrent.ListenableFuture<R> get(Class<R> responseType)
get in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture><R> com.google.common.util.concurrent.ListenableFuture<R> get(javax.ws.rs.core.GenericType<R> responseType)
get in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> head()
head in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> method(String name)
method in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture><R> com.google.common.util.concurrent.ListenableFuture<R> method(String name, Class<R> responseType)
method in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture><R> com.google.common.util.concurrent.ListenableFuture<R> method(String name, javax.ws.rs.core.GenericType<R> responseType)
method in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> method(String name, javax.ws.rs.client.Entity<?> entity)
method in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture><R> com.google.common.util.concurrent.ListenableFuture<R> method(String name, javax.ws.rs.client.Entity<?> entity, Class<R> responseType)
method in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture><R> com.google.common.util.concurrent.ListenableFuture<R> method(String name, javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<R> responseType)
method in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> options()
options in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture><R> com.google.common.util.concurrent.ListenableFuture<R> options(Class<R> responseType)
options in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture><R> com.google.common.util.concurrent.ListenableFuture<R> options(javax.ws.rs.core.GenericType<R> responseType)
options in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> post(javax.ws.rs.client.Entity<?> entity)
post in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture><R> com.google.common.util.concurrent.ListenableFuture<R> post(javax.ws.rs.client.Entity<?> entity,
Class<R> responseType)
post in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture><R> com.google.common.util.concurrent.ListenableFuture<R> post(javax.ws.rs.client.Entity<?> entity,
javax.ws.rs.core.GenericType<R> responseType)
post in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> put(javax.ws.rs.client.Entity<?> entity)
put in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture><R> com.google.common.util.concurrent.ListenableFuture<R> put(javax.ws.rs.client.Entity<?> entity,
Class<R> responseType)
put in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture><R> com.google.common.util.concurrent.ListenableFuture<R> put(javax.ws.rs.client.Entity<?> entity,
javax.ws.rs.core.GenericType<R> responseType)
put in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> trace()
trace in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture><R> com.google.common.util.concurrent.ListenableFuture<R> trace(Class<R> responseType)
trace in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture><R> com.google.common.util.concurrent.ListenableFuture<R> trace(javax.ws.rs.core.GenericType<R> responseType)
trace in interface javax.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>Copyright © 2018. All rights reserved.