Class PublisherRxInvokerImpl
- java.lang.Object
-
- org.jboss.resteasy.client.jaxrs.internal.PublisherRxInvokerImpl
-
- All Implemented Interfaces:
javax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>,PublisherRxInvoker
- Direct Known Subclasses:
MonoRxInvokerImpl
public abstract class PublisherRxInvokerImpl extends Object implements PublisherRxInvoker
-
-
Constructor Summary
Constructors Constructor Description PublisherRxInvokerImpl(ClientInvocationBuilder builder)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description org.reactivestreams.Publisher<javax.ws.rs.core.Response>delete()<T> org.reactivestreams.Publisher<T>delete(Class<T> responseType)<T> org.reactivestreams.Publisher<T>delete(javax.ws.rs.core.GenericType<T> responseType)org.reactivestreams.Publisher<javax.ws.rs.core.Response>get()<T> org.reactivestreams.Publisher<T>get(Class<T> responseType)<T> org.reactivestreams.Publisher<T>get(javax.ws.rs.core.GenericType<T> responseType)org.reactivestreams.Publisher<javax.ws.rs.core.Response>head()org.reactivestreams.Publisher<javax.ws.rs.core.Response>method(String name)<T> org.reactivestreams.Publisher<T>method(String name, Class<T> responseType)org.reactivestreams.Publisher<javax.ws.rs.core.Response>method(String name, javax.ws.rs.client.Entity<?> entity)<T> org.reactivestreams.Publisher<T>method(String name, javax.ws.rs.client.Entity<?> entity, Class<T> responseType)<T> org.reactivestreams.Publisher<T>method(String name, javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> responseType)<T> org.reactivestreams.Publisher<T>method(String name, javax.ws.rs.core.GenericType<T> responseType)org.reactivestreams.Publisher<javax.ws.rs.core.Response>options()<T> org.reactivestreams.Publisher<T>options(Class<T> responseType)<T> org.reactivestreams.Publisher<T>options(javax.ws.rs.core.GenericType<T> responseType)org.reactivestreams.Publisher<javax.ws.rs.core.Response>post(javax.ws.rs.client.Entity<?> entity)<T> org.reactivestreams.Publisher<T>post(javax.ws.rs.client.Entity<?> entity, Class<T> clazz)<T> org.reactivestreams.Publisher<T>post(javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> type)org.reactivestreams.Publisher<javax.ws.rs.core.Response>put(javax.ws.rs.client.Entity<?> entity)<T> org.reactivestreams.Publisher<T>put(javax.ws.rs.client.Entity<?> entity, Class<T> clazz)<T> org.reactivestreams.Publisher<T>put(javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> type)protected abstract <T> org.reactivestreams.Publisher<T>toPublisher(CompletionStage<T> completable)org.reactivestreams.Publisher<javax.ws.rs.core.Response>trace()<T> org.reactivestreams.Publisher<T>trace(Class<T> responseType)<T> org.reactivestreams.Publisher<T>trace(javax.ws.rs.core.GenericType<T> responseType)
-
-
-
Constructor Detail
-
PublisherRxInvokerImpl
public PublisherRxInvokerImpl(ClientInvocationBuilder builder)
-
-
Method Detail
-
toPublisher
protected abstract <T> org.reactivestreams.Publisher<T> toPublisher(CompletionStage<T> completable)
-
get
public org.reactivestreams.Publisher<javax.ws.rs.core.Response> get()
- Specified by:
getin interfacePublisherRxInvoker- Specified by:
getin interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
get
public <T> org.reactivestreams.Publisher<T> get(Class<T> responseType)
- Specified by:
getin interfacePublisherRxInvoker- Specified by:
getin interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
get
public <T> org.reactivestreams.Publisher<T> get(javax.ws.rs.core.GenericType<T> responseType)
- Specified by:
getin interfacePublisherRxInvoker- Specified by:
getin interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
put
public org.reactivestreams.Publisher<javax.ws.rs.core.Response> put(javax.ws.rs.client.Entity<?> entity)
- Specified by:
putin interfacePublisherRxInvoker- Specified by:
putin interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
put
public <T> org.reactivestreams.Publisher<T> put(javax.ws.rs.client.Entity<?> entity, Class<T> clazz)- Specified by:
putin interfacePublisherRxInvoker- Specified by:
putin interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
put
public <T> org.reactivestreams.Publisher<T> put(javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> type)- Specified by:
putin interfacePublisherRxInvoker- Specified by:
putin interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
post
public org.reactivestreams.Publisher<javax.ws.rs.core.Response> post(javax.ws.rs.client.Entity<?> entity)
- Specified by:
postin interfacePublisherRxInvoker- Specified by:
postin interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
post
public <T> org.reactivestreams.Publisher<T> post(javax.ws.rs.client.Entity<?> entity, Class<T> clazz)- Specified by:
postin interfacePublisherRxInvoker- Specified by:
postin interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
post
public <T> org.reactivestreams.Publisher<T> post(javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> type)- Specified by:
postin interfacePublisherRxInvoker- Specified by:
postin interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
delete
public org.reactivestreams.Publisher<javax.ws.rs.core.Response> delete()
- Specified by:
deletein interfacePublisherRxInvoker- Specified by:
deletein interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
delete
public <T> org.reactivestreams.Publisher<T> delete(Class<T> responseType)
- Specified by:
deletein interfacePublisherRxInvoker- Specified by:
deletein interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
delete
public <T> org.reactivestreams.Publisher<T> delete(javax.ws.rs.core.GenericType<T> responseType)
- Specified by:
deletein interfacePublisherRxInvoker- Specified by:
deletein interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
head
public org.reactivestreams.Publisher<javax.ws.rs.core.Response> head()
- Specified by:
headin interfacePublisherRxInvoker- Specified by:
headin interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
options
public org.reactivestreams.Publisher<javax.ws.rs.core.Response> options()
- Specified by:
optionsin interfacePublisherRxInvoker- Specified by:
optionsin interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
options
public <T> org.reactivestreams.Publisher<T> options(Class<T> responseType)
- Specified by:
optionsin interfacePublisherRxInvoker- Specified by:
optionsin interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
options
public <T> org.reactivestreams.Publisher<T> options(javax.ws.rs.core.GenericType<T> responseType)
- Specified by:
optionsin interfacePublisherRxInvoker- Specified by:
optionsin interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
trace
public org.reactivestreams.Publisher<javax.ws.rs.core.Response> trace()
- Specified by:
tracein interfacePublisherRxInvoker- Specified by:
tracein interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
trace
public <T> org.reactivestreams.Publisher<T> trace(Class<T> responseType)
- Specified by:
tracein interfacePublisherRxInvoker- Specified by:
tracein interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
trace
public <T> org.reactivestreams.Publisher<T> trace(javax.ws.rs.core.GenericType<T> responseType)
- Specified by:
tracein interfacePublisherRxInvoker- Specified by:
tracein interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
method
public org.reactivestreams.Publisher<javax.ws.rs.core.Response> method(String name)
- Specified by:
methodin interfacePublisherRxInvoker- Specified by:
methodin interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
method
public <T> org.reactivestreams.Publisher<T> method(String name, Class<T> responseType)
- Specified by:
methodin interfacePublisherRxInvoker- Specified by:
methodin interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
method
public <T> org.reactivestreams.Publisher<T> method(String name, javax.ws.rs.core.GenericType<T> responseType)
- Specified by:
methodin interfacePublisherRxInvoker- Specified by:
methodin interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
method
public org.reactivestreams.Publisher<javax.ws.rs.core.Response> method(String name, javax.ws.rs.client.Entity<?> entity)
- Specified by:
methodin interfacePublisherRxInvoker- Specified by:
methodin interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
method
public <T> org.reactivestreams.Publisher<T> method(String name, javax.ws.rs.client.Entity<?> entity, Class<T> responseType)
- Specified by:
methodin interfacePublisherRxInvoker- Specified by:
methodin interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
method
public <T> org.reactivestreams.Publisher<T> method(String name, javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> responseType)
- Specified by:
methodin interfacePublisherRxInvoker- Specified by:
methodin interfacejavax.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
-