TOC PREV NEXT INDEX




HTTP Properties


Property
Type
Description
Dynamic
http.agent
string
This is a standard Java system property used by the ICEbrowser HTTP implementation. It defines the string the agent uses to identify itself to the server. By modifying this property, you can specify that ICEbrowser should be identified as another browser. If it is not set, ice.browser.http.agent is used.
Yes
http.nonProxyHosts
string
This is a standard Java system property used by the ICEbrowser HTTP implementation. Requests to the servers specified in this list will not go through the proxy. Separate server names with the "|" symbol.
No
http.nonProxyPorts
string
This is not a standard Java property. It is used by the ICEbrowser HTTP implementation. Requests to the ports specified in this list will not go through the proxy. Separate ports with the "|" symbol.
No
http.proxyHost
string
This is a standard Java system property used by the ICEbrowser HTTP implementation. Set this property to the DNS name or the IP of the proxy you want to use for the HTTP protocol.
new Proxy
Manager
http.proxyPort
integer
This is a standard Java system property used by the ICEbrowser HTTP implementation. This property specifies the port of the HTTP proxy. The default value is 80.
new Proxy
Manager
http.useCharset
boolean
If set to true, ensures that the HTML 4 pilot respects the charset attribute in the Content-Type HTTP header. The default is false. This property is specific to the ICEbrowser SDK.
Yes
https.proxyHost
string
This is a standard Java system property used by the ICEbrowser HTTP implementation. Set this property to the DNS name or the IP of the proxy you want to use for the HTTPS protocol.
new Proxy
Manager
https.proxyPort
integer
This is a standard Java system property used by the ICEbrowser HTTP implementation. This property specifies the port of the HTTPS proxy. The default value is 80.
new Proxy
Manager



Copyright 2005. ICEsoft Technologies, Inc.
http://www.icesoft.com

TOC PREV NEXT INDEX