RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Uses of Class
org.jboss.resteasy.client.ProxyConfig

Packages that use ProxyConfig
org.jboss.resteasy.client   
org.jboss.resteasy.client.core   
 

Uses of ProxyConfig in org.jboss.resteasy.client
 

Methods in org.jboss.resteasy.client with parameters of type ProxyConfig
static
<T> ClientInvoker
ProxyFactory.createClientInvoker(Class<T> clazz, Method method, URI baseUri, ProxyConfig config)
           
static
<T> T
ProxyBuilder.createProxy(Class<T> iface, URI baseUri, ProxyConfig config)
           
 

Uses of ProxyConfig in org.jboss.resteasy.client.core
 

Constructors in org.jboss.resteasy.client.core with parameters of type ProxyConfig
ClientInvoker(URI baseUri, Class declaring, Method method, ProxyConfig config)
           
ClientProxy(Map<Method,MethodInvoker> methodMap, URI base, ProxyConfig config)
           
SubResourceInvoker(URI uri, Method method, ProxyConfig config)
           
 


RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.