Package org.jaxxy.guava
Interface ListenableFutureInvoker
- All Superinterfaces:
jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
public interface ListenableFutureInvoker
extends jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
An
RxInvoker implementation which supports Guava ListenableFuture.-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response>delete()<R> com.google.common.util.concurrent.ListenableFuture<R>delete(jakarta.ws.rs.core.GenericType<R> responseType) <R> com.google.common.util.concurrent.ListenableFuture<R>com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response>get()<R> com.google.common.util.concurrent.ListenableFuture<R>get(jakarta.ws.rs.core.GenericType<R> responseType) <R> com.google.common.util.concurrent.ListenableFuture<R>com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response>head()com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response>com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response><R> com.google.common.util.concurrent.ListenableFuture<R>method(String name, jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<R> responseType) <R> com.google.common.util.concurrent.ListenableFuture<R><R> com.google.common.util.concurrent.ListenableFuture<R><R> com.google.common.util.concurrent.ListenableFuture<R>com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response>options()<R> com.google.common.util.concurrent.ListenableFuture<R>options(jakarta.ws.rs.core.GenericType<R> responseType) <R> com.google.common.util.concurrent.ListenableFuture<R>com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response>post(jakarta.ws.rs.client.Entity<?> entity) <R> com.google.common.util.concurrent.ListenableFuture<R>post(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<R> responseType) <R> com.google.common.util.concurrent.ListenableFuture<R>com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response>put(jakarta.ws.rs.client.Entity<?> entity) <R> com.google.common.util.concurrent.ListenableFuture<R>put(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<R> responseType) <R> com.google.common.util.concurrent.ListenableFuture<R>com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response>trace()<R> com.google.common.util.concurrent.ListenableFuture<R>trace(jakarta.ws.rs.core.GenericType<R> responseType) <R> com.google.common.util.concurrent.ListenableFuture<R>
-
Method Details
-
delete
com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response> delete()- Specified by:
deletein interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
delete
- Specified by:
deletein interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
delete
<R> com.google.common.util.concurrent.ListenableFuture<R> delete(jakarta.ws.rs.core.GenericType<R> responseType) - Specified by:
deletein interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
get
com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response> get()- Specified by:
getin interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
get
- Specified by:
getin interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
get
<R> com.google.common.util.concurrent.ListenableFuture<R> get(jakarta.ws.rs.core.GenericType<R> responseType) - Specified by:
getin interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
head
com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response> head()- Specified by:
headin interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
method
- Specified by:
methodin interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
method
<R> com.google.common.util.concurrent.ListenableFuture<R> method(String name, Class<R> responseType) - Specified by:
methodin interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
method
<R> com.google.common.util.concurrent.ListenableFuture<R> method(String name, jakarta.ws.rs.core.GenericType<R> responseType) - Specified by:
methodin interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
method
com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response> method(String name, jakarta.ws.rs.client.Entity<?> entity) - Specified by:
methodin interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
method
<R> com.google.common.util.concurrent.ListenableFuture<R> method(String name, jakarta.ws.rs.client.Entity<?> entity, Class<R> responseType) - Specified by:
methodin interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
method
<R> com.google.common.util.concurrent.ListenableFuture<R> method(String name, jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<R> responseType) - Specified by:
methodin interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
options
com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response> options()- Specified by:
optionsin interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
options
- Specified by:
optionsin interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
options
<R> com.google.common.util.concurrent.ListenableFuture<R> options(jakarta.ws.rs.core.GenericType<R> responseType) - Specified by:
optionsin interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
post
com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response> post(jakarta.ws.rs.client.Entity<?> entity) - Specified by:
postin interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
post
<R> com.google.common.util.concurrent.ListenableFuture<R> post(jakarta.ws.rs.client.Entity<?> entity, Class<R> responseType) - Specified by:
postin interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
post
<R> com.google.common.util.concurrent.ListenableFuture<R> post(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<R> responseType) - Specified by:
postin interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
put
com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response> put(jakarta.ws.rs.client.Entity<?> entity) - Specified by:
putin interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
put
<R> com.google.common.util.concurrent.ListenableFuture<R> put(jakarta.ws.rs.client.Entity<?> entity, Class<R> responseType) - Specified by:
putin interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
put
<R> com.google.common.util.concurrent.ListenableFuture<R> put(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<R> responseType) - Specified by:
putin interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
trace
com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response> trace()- Specified by:
tracein interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
trace
- Specified by:
tracein interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-
trace
<R> com.google.common.util.concurrent.ListenableFuture<R> trace(jakarta.ws.rs.core.GenericType<R> responseType) - Specified by:
tracein interfacejakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
-