Class ClientInvoker
java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
- All Implemented Interfaces:
MethodInvoker
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MediaType[]protected Class<?>protected DefaultEntityExtractorFactoryprotected EntityExtractorprotected booleanprotected Stringprotected ClientConfigurationprotected Methodprotected Object[]protected RxInvokerProvider<?>protected SyncInvokerprotected ResteasyWebTarget -
Constructor Summary
ConstructorsConstructorDescriptionClientInvoker(ResteasyWebTarget parent, Class<?> declaring, Method method, ProxyConfig config) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClientInvocationcreateRequest(Object[] args) voidClass<?>protected ObjectinvokeAsync(Object[] args) protected ObjectinvokeSync(Object[] args) booleanvoidsetFollowRedirects(boolean followRedirects) voidsetHttpMethod(String httpMethod) voidsetSyncInvoker(SyncInvoker syncInvoker)
-
Field Details
-
httpMethod
-
method
-
declaring
-
accepts
-
processors
-
webTarget
-
followRedirects
protected boolean followRedirects -
extractor
-
entityExtractorFactory
-
invokerConfig
-
rxInvokerProvider
-
syncInvoker
-
-
Constructor Details
-
ClientInvoker
public ClientInvoker(ResteasyWebTarget parent, Class<?> declaring, Method method, ProxyConfig config)
-
-
Method Details
-
getAccepts
-
getMethod
-
getDeclaring
-
invoke
- Specified by:
invokein interfaceMethodInvoker
-
invokeAsync
-
invokeSync
-
createRequest
-
getHttpMethod
-
setHttpMethod
-
isFollowRedirects
public boolean isFollowRedirects() -
setFollowRedirects
public void setFollowRedirects(boolean followRedirects) -
followRedirects
public void followRedirects() -
getSyncInvoker
-
setSyncInvoker
-