Uses of Class
creamtec.webcream.core.HttpResponseData

Packages that use HttpResponseData
creamtec.webcream   
creamtec.webcream.core   
creamtec.webcream.examples   
 

Uses of HttpResponseData in creamtec.webcream
 

Methods in creamtec.webcream that return HttpResponseData
 HttpResponseData ClientAgentImpl.processHttpRequest(HttpRequestData request)
          Processes HTTP request
 HttpResponseData ClientAgentImpl_Stub.processHttpRequest(HttpRequestData $param_HttpRequestData_1)
           
 HttpResponseData ClientAgentImpl.renderCurrentWindow(HttpRequestData request)
          Renderes the currently focused window as HTML
 HttpResponseData ClientAgentImpl_Stub.renderCurrentWindow(HttpRequestData $param_HttpRequestData_1)
           
 

Methods in creamtec.webcream with parameters of type HttpResponseData
 boolean RouterRequestFilter.processResponse(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AppDesc appDesc, ClientAgentRemote agent, HttpRequestData requestData, HttpResponseData responseData)
          Called when the client agent has finished processing the request and has returned a page.
 

Uses of HttpResponseData in creamtec.webcream.core
 

Methods in creamtec.webcream.core that return HttpResponseData
 HttpResponseData ClientAgent.getResponseData()
          Returns data received from the browser
 HttpResponseData AgentRequestFilter.preProcessRequest(ClientAgent agent)
          Called when a request is received and the agent is initialized.
 HttpResponseData WebCreamAgentRequestFilter.preProcessRequest(ClientAgent agent)
           
 HttpResponseData ClientAgent.processHttpRequest(HttpRequestData requestData)
          Processes HTTP request, as received by the servlet.
 HttpResponseData ClientAgentRemote.processHttpRequest(HttpRequestData request)
          Processes HTTP request
 HttpResponseData ClientAgent.renderCurrentWindow(HttpRequestData data)
          Renders the current window on EventDispatch thread
 HttpResponseData ClientAgentRemote.renderCurrentWindow(HttpRequestData request)
          Renderes the currently focused window as HTML
 

Methods in creamtec.webcream.core with parameters of type HttpResponseData
 void AgentRequestFilter.postProcessRequest(ClientAgent agent, HttpResponseData responseData)
          Called when a request is processed and about to be returned to the router servlet.
 void WebCreamAgentRequestFilter.postProcessRequest(ClientAgent agent, HttpResponseData responseData)
           
 void ClientAgent.setResponseData(HttpResponseData httpResponseData)
          Sets the data structure for HTTP response
 

Uses of HttpResponseData in creamtec.webcream.examples
 

Methods in creamtec.webcream.examples that return HttpResponseData
 HttpResponseData AgentRequestFilterExample.preProcessRequest(ClientAgent agent)
          Overridden to intercept "resize" action.
 

Methods in creamtec.webcream.examples with parameters of type HttpResponseData
 void AgentRequestFilterExample.postProcessRequest(ClientAgent agent, HttpResponseData responseData)
          Overridden to modify the generated HTML page by adding the user IP address.
 boolean RouterRequestFilterExample.processResponse(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AppDesc appDesc, ClientAgentRemote agent, HttpRequestData requestData, HttpResponseData responseData)
           
 



Copyright © 2000-2006 CreamTec LLC. All Rights Reserved.