IntrospectionSupport.setProperties(authParamBean, parameters, "httpClient.");
ClientParamBean clientParamBean = new ClientParamBean(clientParams);
IntrospectionSupport.setProperties(clientParamBean, parameters, "httpClient.");
ConnConnectionParamBean connConnectionParamBean = new ConnConnectionParamBean(clientParams);
IntrospectionSupport.setProperties(connConnectionParamBean, parameters, "httpClient.");
ConnManagerParamBean connManagerParamBean = new ConnManagerParamBean(clientParams);
IntrospectionSupport.setProperties(connManagerParamBean, parameters, "httpClient.");