Uses of Class
org.jbox.webSpider.simpleSpider.UnknownEncodingException

Packages that use UnknownEncodingException
org.jbox.webSpider.simpleSpider This package defines APIs of an simple implementation of WebSpider. 
 

Uses of UnknownEncodingException in org.jbox.webSpider.simpleSpider
 

Methods in org.jbox.webSpider.simpleSpider that throw UnknownEncodingException
 java.lang.String HtmlFetcher.fectch()
          Fetch text of a page.
protected  java.lang.String HtmlFetcher.fetchEncoding()
          Fetch encoding of a page.