Using Proxy Configuration

Duh ยจ <[email protected]> Mon, 1 Aug 2011 18:24:29 -0300
Newsgroups gmane.comp.parsers.htmlparser.user
Message-ID <[email protected]>
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

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1

_______________________________________________
Htmlparser-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/htmlparser-user