SMILA 1.0 API documentation

org.eclipse.smila.importing.crawler.web.utils
Class WebCrawlerConfiguration

java.lang.Object
  extended by org.eclipse.smila.importing.crawler.web.utils.WebCrawlerConfiguration

public class WebCrawlerConfiguration
extends java.lang.Object

Configuration for the web crawler.


Constructor Summary
WebCrawlerConfiguration()
          reads the configuration.
 
Method Summary
 HttpHost getProxyHost()
           
 java.lang.Integer getSocketTimeout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebCrawlerConfiguration

public WebCrawlerConfiguration()
reads the configuration.

Method Detail

getProxyHost

public HttpHost getProxyHost()
Returns:
the configured Proxy Host or null if no proxy is configured.

getSocketTimeout

public java.lang.Integer getSocketTimeout()
Returns:
the configured socket timeout (in ms), -1 if no socket timeout has been configured.

SMILA 1.0 API documentation