Class ProxyConfig


  • @Deprecated
    public class ProxyConfig
    extends java.lang.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:
    ProxyConfig
    • Field Detail

      • loader

        private final java.lang.ClassLoader loader
        Deprecated.
      • requestAttributes

        private final java.util.Map<java.lang.String,​java.lang.Object> requestAttributes
        Deprecated.
      • serverConsumes

        private final javax.ws.rs.core.MediaType serverConsumes
        Deprecated.
      • serverProduces

        private final javax.ws.rs.core.MediaType serverProduces
        Deprecated.
    • Constructor Detail

      • ProxyConfig

        public ProxyConfig​(java.lang.ClassLoader loader,
                           ClientExecutor executor,
                           ResteasyProviderFactory providerFactory,
                           EntityExtractorFactory extractorFactory,
                           java.util.Map<java.lang.String,​java.lang.Object> requestAttributes,
                           javax.ws.rs.core.MediaType serverConsumes,
                           javax.ws.rs.core.MediaType serverProduces)
        Deprecated.
    • Method Detail

      • getLoader

        public java.lang.ClassLoader getLoader()
        Deprecated.
      • getRequestAttributes

        public java.util.Map<java.lang.String,​java.lang.Object> getRequestAttributes()
        Deprecated.
      • getServerConsumes

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

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