Class ClientInvoker
java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
-
Field Summary
Modifier and TypeFieldDescriptionprotected jakarta.ws.rs.core.MediaType[]
protected Class
<?> protected DefaultEntityExtractorFactory
protected EntityExtractor
protected boolean
protected String
protected ClientConfiguration
protected Method
protected Object[]
protected jakarta.ws.rs.client.RxInvokerProvider
<?> protected jakarta.ws.rs.client.SyncInvoker
protected ResteasyWebTarget
-
Constructor Summary
ConstructorDescriptionClientInvoker
(ResteasyWebTarget parent, Class<?> declaring, Method method, ProxyConfig config) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClientInvocation
createRequest
(Object[] args) void
jakarta.ws.rs.core.MediaType[]
Class
<?> jakarta.ws.rs.client.SyncInvoker
protected Object
invokeAsync
(Object[] args) protected Object
invokeSync
(Object[] args) boolean
void
setFollowRedirects
(boolean followRedirects) void
setHttpMethod
(String httpMethod) void
setSyncInvoker
(jakarta.ws.rs.client.SyncInvoker syncInvoker)
-
Field Details
-
httpMethod
-
method
-
declaring
-
accepts
protected jakarta.ws.rs.core.MediaType[] accepts -
processors
-
webTarget
-
followRedirects
protected boolean followRedirects -
extractor
-
entityExtractorFactory
-
invokerConfig
-
rxInvokerProvider
protected jakarta.ws.rs.client.RxInvokerProvider<?> rxInvokerProvider -
syncInvoker
protected jakarta.ws.rs.client.SyncInvoker syncInvoker
-
-
Constructor Details
-
ClientInvoker
public ClientInvoker(ResteasyWebTarget parent, Class<?> declaring, Method method, ProxyConfig config)
-
-
Method Details
-
getAccepts
public jakarta.ws.rs.core.MediaType[] getAccepts() -
getMethod
-
getDeclaring
-
invoke
- Specified by:
invoke
in interfaceMethodInvoker
-
invokeAsync
-
invokeSync
-
createRequest
-
getHttpMethod
-
setHttpMethod
-
isFollowRedirects
public boolean isFollowRedirects() -
setFollowRedirects
public void setFollowRedirects(boolean followRedirects) -
followRedirects
public void followRedirects() -
getSyncInvoker
public jakarta.ws.rs.client.SyncInvoker getSyncInvoker() -
setSyncInvoker
public void setSyncInvoker(jakarta.ws.rs.client.SyncInvoker syncInvoker)
-