HttpParams clientParams = new BasicHttpParams();
AuthParamBean authParamBean = new AuthParamBean(clientParams);
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.");