Cisco Cisco Collaboration Server Dynamic Content Adapter Developer's Guide

Page of 138
DCA 2.01 Parser API Specification
 
Class RequestData   81 
com.cisco.proxy.rules.LightweightRequestData
 
Returns:  
The sessionUserAgentAppCodeName value  
Since:  
2.0  
 
getResponseSerial 
public java.lang.String getResponseSerial() 
Gets the response serial. If the serial is not set, calling this method will cause 
the serial to be set by going to setResponseSerial().  
Overrides:  
getResponseSerial
 in class 
com.cisco.proxy.rules.LightweightRequestData
 
Returns:  
The responseSerial value  
Since:  
2.0  
setResponseSerial 
public void setResponseSerial() 
Sets the response serial of the current request before the HTML returned to 
the client is translated. The response serial is generated by incrementing the 
last serial in the current session.  
Since: