Cisco Cisco Collaboration Server Dynamic Content Adapter Developer's Guide

Page of 138
DCA 2.01 Parser API Specification
 
Class LightweightRequestData   47 
newProxyPort
 - The new proxyPort value 
Since:  
1.0 
 
setProxySecurePort 
 
public static void 
setProxySecurePort
(java.lang.String newSecureProxyPort) 
Sets the proxy server secure port (HTTPS) 
Parameters: 
newSecureProxyPort
 - The new proxySecurePort value 
Since:  
1.0 
 
getCorrectPort 
 
public static java.lang.String 
getCorrectPort
(java.lang.String protocol) 
Returns the correct proxy server port for a request to the specified protocol. 
Normally this will return port 80 for http and port 443 for https, although this 
may be changed through the proxy server property file. 
Parameters: 
protocol
 - Description of Parameter