Class ProxyConfig

java.lang.Object
org.jboss.resteasy.client.ProxyConfig

@Deprecated public class ProxyConfig extends Object
Deprecated.
The Resteasy proxy facility in the client framework in resteasy-jaxrs is replaced by the proxy facility extension in the JAX-RS 2.0 compliant resteasy-client module.
See Also:
  • Constructor Details

  • Method Details

    • getLoader

      public ClassLoader getLoader()
      Deprecated.
    • getExecutor

      public ClientExecutor getExecutor()
      Deprecated.
    • getProviderFactory

      public ResteasyProviderFactory getProviderFactory()
      Deprecated.
    • getExtractorFactory

      public EntityExtractorFactory getExtractorFactory()
      Deprecated.
    • getRequestAttributes

      public Map<String,Object> getRequestAttributes()
      Deprecated.
    • getServerConsumes

      public javax.ws.rs.core.MediaType getServerConsumes()
      Deprecated.
    • getServerProduces

      public javax.ws.rs.core.MediaType getServerProduces()
      Deprecated.