{
return;
}
final IniProperties cfg = SnovaConfiguration.getInstance()
.getIniProperties();
Options httpsOptions = new Options();
Options httpOptions = new Options();
httpsOptions.maxIdleConnsPerHost = cfg.getIntProperty("Google",
"ConnectionPoolSize", 20);
httpOptions.maxIdleConnsPerHost = cfg.getIntProperty("Google",
"ConnectionPoolSize", 20);
String proxy = cfg.getProperty("Google", "Proxy");