apache_conf 使用ApacheConnector为Jersey 2.x客户端配置代理

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf 使用ApacheConnector为Jersey 2.x客户端配置代理相关的知识,希望对你有一定的参考价值。

        final ClientConfig clientConfig = new ClientConfig ();
        clientConfig.register (JettisonFeature.class).register (GZipEncoder.class);
        clientConfig.property (ClientProperties.CONNECT_TIMEOUT, CONNECTION_TIMEOUT).property (
                ClientProperties.READ_TIMEOUT, RESPONSE_TIMEOUT);
        
        clientConfig.property (ApacheClientProperties.CONNECTION_MANAGER, "org.apache.http.impl.conn.PoolingClientConnectionManager");
        clientConfig.property (ApacheClientProperties.PROXY_URI, "http://proxy:port");
        
        Connector apacheConnector = new ApacheConnector(clientConfig);
        clientConfig.connector (apacheConnector)

        client = ClientBuilder.newClient (clientConfig);

以上是关于apache_conf 使用ApacheConnector为Jersey 2.x客户端配置代理的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf 使用.htaccess强制HTTPS

apache_conf 使用.htaccess强制HTTPS

apache_conf 使用.htaccess强制下载文件

apache_conf 使用nconf管理分层配置

apache_conf 禁止使用IP没有deseadas

apache_conf 如何使用.htaccess文件强制HTTPS