Class AsyncInterceptorRxInvoker
- java.lang.Object
 - 
- org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
 - 
- org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
 
 
 
- 
- All Implemented Interfaces:
 javax.ws.rs.client.CompletionStageRxInvoker,javax.ws.rs.client.RxInvoker<CompletionStage>
public class AsyncInterceptorRxInvoker extends CompletionStageRxInvokerImpl
- Author:
 - Bill Burke, Alessio Soldano
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AsyncInterceptorRxInvoker(javax.ws.rs.client.SyncInvoker builder)AsyncInterceptorRxInvoker(javax.ws.rs.client.SyncInvoker builder, ExecutorService executor) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<javax.ws.rs.core.Response>delete()<T> CompletionStage<T>delete(Class<T> responseType)<T> CompletionStage<T>delete(javax.ws.rs.core.GenericType<T> responseType)CompletionStage<javax.ws.rs.core.Response>get()<T> CompletionStage<T>get(Class<T> responseType)<T> CompletionStage<T>get(javax.ws.rs.core.GenericType<T> responseType)CompletionStage<javax.ws.rs.core.Response>head()CompletionStage<javax.ws.rs.core.Response>method(String name)<T> CompletionStage<T>method(String name, Class<T> responseType)CompletionStage<javax.ws.rs.core.Response>method(String name, javax.ws.rs.client.Entity<?> entity)<T> CompletionStage<T>method(String name, javax.ws.rs.client.Entity<?> entity, Class<T> responseType)<T> CompletionStage<T>method(String name, javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> responseType)<T> CompletionStage<T>method(String name, javax.ws.rs.core.GenericType<T> responseType)CompletionStage<javax.ws.rs.core.Response>options()<T> CompletionStage<T>options(Class<T> responseType)<T> CompletionStage<T>options(javax.ws.rs.core.GenericType<T> responseType)CompletionStage<javax.ws.rs.core.Response>patch(javax.ws.rs.client.Entity<?> entity)<T> CompletionStage<T>patch(javax.ws.rs.client.Entity<?> entity, Class<T> responseType)<T> CompletionStage<T>patch(javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> responseType)CompletionStage<javax.ws.rs.core.Response>post(javax.ws.rs.client.Entity<?> entity)<T> CompletionStage<T>post(javax.ws.rs.client.Entity<?> entity, Class<T> clazz)<T> CompletionStage<T>post(javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> type)CompletionStage<javax.ws.rs.core.Response>put(javax.ws.rs.client.Entity<?> entity)<T> CompletionStage<T>put(javax.ws.rs.client.Entity<?> entity, Class<T> clazz)<T> CompletionStage<T>put(javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> type)CompletionStage<javax.ws.rs.core.Response>trace()<T> CompletionStage<T>trace(Class<T> responseType)<T> CompletionStage<T>trace(javax.ws.rs.core.GenericType<T> responseType)- 
Methods inherited from class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
getExecutor 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
AsyncInterceptorRxInvoker
public AsyncInterceptorRxInvoker(javax.ws.rs.client.SyncInvoker builder, ExecutorService executor) 
- 
AsyncInterceptorRxInvoker
public AsyncInterceptorRxInvoker(javax.ws.rs.client.SyncInvoker builder)
 
 - 
 
- 
Method Detail
- 
get
public CompletionStage<javax.ws.rs.core.Response> get()
- Specified by:
 getin interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 getin interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 getin classCompletionStageRxInvokerImpl
 
- 
get
public <T> CompletionStage<T> get(Class<T> responseType)
- Specified by:
 getin interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 getin interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 getin classCompletionStageRxInvokerImpl
 
- 
get
public <T> CompletionStage<T> get(javax.ws.rs.core.GenericType<T> responseType)
- Specified by:
 getin interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 getin interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 getin classCompletionStageRxInvokerImpl
 
- 
put
public CompletionStage<javax.ws.rs.core.Response> put(javax.ws.rs.client.Entity<?> entity)
- Specified by:
 putin interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 putin interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 putin classCompletionStageRxInvokerImpl
 
- 
put
public <T> CompletionStage<T> put(javax.ws.rs.client.Entity<?> entity, Class<T> clazz)
- Specified by:
 putin interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 putin interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 putin classCompletionStageRxInvokerImpl
 
- 
put
public <T> CompletionStage<T> put(javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> type)
- Specified by:
 putin interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 putin interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 putin classCompletionStageRxInvokerImpl
 
- 
post
public CompletionStage<javax.ws.rs.core.Response> post(javax.ws.rs.client.Entity<?> entity)
- Specified by:
 postin interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 postin interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 postin classCompletionStageRxInvokerImpl
 
- 
post
public <T> CompletionStage<T> post(javax.ws.rs.client.Entity<?> entity, Class<T> clazz)
- Specified by:
 postin interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 postin interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 postin classCompletionStageRxInvokerImpl
 
- 
post
public <T> CompletionStage<T> post(javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> type)
- Specified by:
 postin interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 postin interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 postin classCompletionStageRxInvokerImpl
 
- 
delete
public CompletionStage<javax.ws.rs.core.Response> delete()
- Specified by:
 deletein interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 deletein interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 deletein classCompletionStageRxInvokerImpl
 
- 
delete
public <T> CompletionStage<T> delete(Class<T> responseType)
- Specified by:
 deletein interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 deletein interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 deletein classCompletionStageRxInvokerImpl
 
- 
delete
public <T> CompletionStage<T> delete(javax.ws.rs.core.GenericType<T> responseType)
- Specified by:
 deletein interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 deletein interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 deletein classCompletionStageRxInvokerImpl
 
- 
head
public CompletionStage<javax.ws.rs.core.Response> head()
- Specified by:
 headin interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 headin interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 headin classCompletionStageRxInvokerImpl
 
- 
options
public CompletionStage<javax.ws.rs.core.Response> options()
- Specified by:
 optionsin interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 optionsin interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 optionsin classCompletionStageRxInvokerImpl
 
- 
options
public <T> CompletionStage<T> options(Class<T> responseType)
- Specified by:
 optionsin interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 optionsin interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 optionsin classCompletionStageRxInvokerImpl
 
- 
options
public <T> CompletionStage<T> options(javax.ws.rs.core.GenericType<T> responseType)
- Specified by:
 optionsin interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 optionsin interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 optionsin classCompletionStageRxInvokerImpl
 
- 
trace
public CompletionStage<javax.ws.rs.core.Response> trace()
- Specified by:
 tracein interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 tracein interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 tracein classCompletionStageRxInvokerImpl
 
- 
trace
public <T> CompletionStage<T> trace(Class<T> responseType)
- Specified by:
 tracein interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 tracein interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 tracein classCompletionStageRxInvokerImpl
 
- 
trace
public <T> CompletionStage<T> trace(javax.ws.rs.core.GenericType<T> responseType)
- Specified by:
 tracein interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 tracein interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 tracein classCompletionStageRxInvokerImpl
 
- 
method
public CompletionStage<javax.ws.rs.core.Response> method(String name)
- Specified by:
 methodin interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 methodin interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 methodin classCompletionStageRxInvokerImpl
 
- 
method
public <T> CompletionStage<T> method(String name, Class<T> responseType)
- Specified by:
 methodin interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 methodin interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 methodin classCompletionStageRxInvokerImpl
 
- 
method
public <T> CompletionStage<T> method(String name, javax.ws.rs.core.GenericType<T> responseType)
- Specified by:
 methodin interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 methodin interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 methodin classCompletionStageRxInvokerImpl
 
- 
method
public CompletionStage<javax.ws.rs.core.Response> method(String name, javax.ws.rs.client.Entity<?> entity)
- Specified by:
 methodin interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 methodin interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 methodin classCompletionStageRxInvokerImpl
 
- 
method
public <T> CompletionStage<T> method(String name, javax.ws.rs.client.Entity<?> entity, Class<T> responseType)
- Specified by:
 methodin interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 methodin interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 methodin classCompletionStageRxInvokerImpl
 
- 
method
public <T> CompletionStage<T> method(String name, javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> responseType)
- Specified by:
 methodin interfacejavax.ws.rs.client.CompletionStageRxInvoker- Specified by:
 methodin interfacejavax.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
 methodin classCompletionStageRxInvokerImpl
 
- 
patch
public CompletionStage<javax.ws.rs.core.Response> patch(javax.ws.rs.client.Entity<?> entity)
- Overrides:
 patchin classCompletionStageRxInvokerImpl
 
- 
patch
public <T> CompletionStage<T> patch(javax.ws.rs.client.Entity<?> entity, Class<T> responseType)
- Overrides:
 patchin classCompletionStageRxInvokerImpl
 
- 
patch
public <T> CompletionStage<T> patch(javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> responseType)
- Overrides:
 patchin classCompletionStageRxInvokerImpl
 
 - 
 
 -