Uses of Class
org.jboss.resteasy.client.ProxyConfig
-
Packages that use ProxyConfig Package Description org.jboss.resteasy.client JAX-RS specification 1.1 ({@link https://jcp.org/en/jsr/detail?id=311}) had no client framework, so Resteasy release 2.x provided one.org.jboss.resteasy.client.core -
-
Uses of ProxyConfig in org.jboss.resteasy.client
Methods in org.jboss.resteasy.client with parameters of type ProxyConfig Modifier and Type Method Description static <T> ClientInvoker
ProxyFactory. createClientInvoker(java.lang.Class<T> clazz, java.lang.reflect.Method method, java.net.URI baseUri, ProxyConfig config)
Deprecated.static <T> T
ProxyBuilder. createProxy(java.lang.Class<T> iface, java.net.URI baseUri, ProxyConfig config)
Deprecated. -
Uses of ProxyConfig in org.jboss.resteasy.client.core
Fields in org.jboss.resteasy.client.core declared as ProxyConfig Modifier and Type Field Description private ProxyConfig
ClientProxy. config
(package private) ProxyConfig
SubResourceInvoker. config
Constructors in org.jboss.resteasy.client.core with parameters of type ProxyConfig Constructor Description ClientInvoker(java.net.URI baseUri, java.lang.Class declaring, java.lang.reflect.Method method, ProxyConfig config)
ClientProxy(java.util.Map<java.lang.reflect.Method,MethodInvoker> methodMap, java.net.URI base, ProxyConfig config)
SubResourceInvoker(java.net.URI uri, java.lang.reflect.Method method, ProxyConfig config)
-