Cisco Cisco Collaboration Server Dynamic Content Adapter Developer's Guide

Page of 138
DCA 2.01 Parser API Specification
 
Class LightweightRequestData   43 
 com.cisco.proxy.http.N
etURL
 
getTargetURLDisplay
()
  
          Returns the full display target URL.
 
 boolean
 
isFirstSessionRequest
()
  
          Returns true if this is the first request being made in the 
associated session.
 
 boolean
 
isSecure
()
  
          Returns true if this request is secure (made via 
SSL/HTTPS).
 
 boolean
 
isTargetSecure
()
  
          Returns true if the connection to the target server is 
secure (SSL/HTTPS).
 
 boolean
 
requiresCredentials
()
  
          Returns true if this request requires HTTP authentication 
credentials to be sent to the target server.
 
static void
 
setCacheRoot
(java.lang.String root)
  
          Sets the cacheRoot attribute of the 
LightweightRequestData class
 
 void
 
setIsSecure
(boolean isSecure)
  
          Used to alter the security context of the current request.
 void
 
setLinkColor
(java.lang.String linkColor)
  
          Sets the link color for embedded links in the current 
request.
 
static void
 
setProxyBasePath
(java.lang.String proxyBaseURLString)
 
          Sets the base URL for the proxy server.
 
static void
 
setProxyPort
(java.lang.String newProxyPort)
  
          Sets the proxy server port (HTTP)
 
static void
 
setProxySecurePort
(java.lang.String newSecureProxyPort
)
  
          Sets the proxy server secure port (HTTPS)
 
 void
 
setResponseSerial
(java.lang.String serial)