[Htmlparser-user] Using Proxy Configuration
Brought to you by:
derrickoswald
From: Duh ¨ <edu...@ho...> - 2011-08-01 21:24:36
|
Hello, I've been trying to set and use the SiteCapturer with proxy settings, to do so I use this: ConnectionManager manager = new ConnectionManager (); manager.setProxyHost("..."); manager.setProxyPort(8080); manager.setProxyUser("..."); manager.setProxyPassword("..."); mParser.setConnectionManager(manager); But all I ve got so far is this message: org.htmlparser.util.ParserException: Connection timed out: connect; java.net.ConnectException: Connection timed out: connect. how do I should procede to use the siteCapturer application with proxy? Thanks |