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.");
ConnRouteParamBean connRouteParamBean = new ConnRouteParamBean(clientParams);
IntrospectionSupport.setProperties(connRouteParamBean, parameters, "httpClient.");