Uses of Class
org.jboss.resteasy.client.core.ClientInvoker
Packages that use ClientInvoker
Package
Description
JAX-RS specification 1.1 ({@link <a href="https://jcp.org/en/jsr/detail?id=311">https://jcp.org/en/jsr/detail?id=311</a>})
had no client framework, so Resteasy release 2.x provided one.
-
Uses of ClientInvoker in org.jboss.resteasy.client
Methods in org.jboss.resteasy.client that return ClientInvokerModifier and TypeMethodDescriptionstatic <T> ClientInvoker
ProxyFactory.createClientInvoker
(Class<T> clazz, Method method, URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory) Deprecated.static <T> ClientInvoker
ProxyFactory.createClientInvoker
(Class<T> clazz, Method method, URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory, Map<String, Object> requestAttributes) Deprecated.static <T> ClientInvoker
ProxyFactory.createClientInvoker
(Class<T> clazz, Method method, URI baseUri, ProxyConfig config) Deprecated. -
Uses of ClientInvoker in org.jboss.resteasy.client.core
Methods in org.jboss.resteasy.client.core with parameters of type ClientInvoker -
Uses of ClientInvoker in org.jboss.resteasy.client.core.marshallers
Methods in org.jboss.resteasy.client.core.marshallers that return types with arguments of type ClientInvoker -
Uses of ClientInvoker in org.jboss.resteasy.client.jaxrs.internal.proxy
Methods in org.jboss.resteasy.client.jaxrs.internal.proxy that return types with arguments of type ClientInvoker