IntrospectionSupport.setProperties(clientParamBean, parameters, "httpClient.");
ConnConnectionParamBean connConnectionParamBean = new ConnConnectionParamBean(clientParams);
IntrospectionSupport.setProperties(connConnectionParamBean, parameters, "httpClient.");
ConnRouteParamBean connRouteParamBean = new ConnRouteParamBean(clientParams);
IntrospectionSupport.setProperties(connRouteParamBean, parameters, "httpClient.");
CookieSpecParamBean cookieSpecParamBean = new CookieSpecParamBean(clientParams);
IntrospectionSupport.setProperties(cookieSpecParamBean, parameters, "httpClient.");