WHITE PAPERS  |  PRICING  |  DOWNLOADS

 

username

password

 

 

 

 

 

 

 

 

 

 

  Desktop Edition Details  

 

  > Features  

  > Key Benefits  

  > Screenshots  

  > Standards Supported  

  > Pricing  

  > Download Now

 

 

  Developer Resources  

 

  > API Documentation  

  > Developers Guide  

  > Code Examples  

  > Updated Builds  

  > Technical Articles  

 

 

 

 

 

Jump to:

General WebRenderer Functions

  WebRenderer example code base.

 

Advanced WebRenderer functions

 

Application test examples

 

Deploying WebRenderer

WebRenderer DOM

  

  

 

Setting network Proxies in WebRenderer

 

 

 

Using a Network Proxy and WebRenderer

To access the Internet some connections go through proxy servers. WebRenderer is easily configurable to go through a proxy server.

IBrowserCanvas browser = BrowserFactory.spawnMozilla();
// Setting the Proxy
browser.setProxyProtocol(new ProxySetting(ProxySetting.PROTOCOL_ALL, "myProxyServer.com", 8080);
browser.enableProxy();

The set proxy function takes a Protocol which can be ALL, HTTP, FTP etc, A proxy Server URL(String), and a PORT (int).

Please note the enableProxy() function is essential to enable proxy access.

  top

 

 

 Sun, Sun Microsystems, and the Sun Logo are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries 

Privacy Policy  |   Disclaimer