com.ibm.btt.cs.servlet
Class CSAssignServiceIdAndServerTIDProtocolServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.ibm.btt.cs.servlet.CSAssignServiceIdAndServerTIDProtocolServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class CSAssignServiceIdAndServerTIDProtocolServlet
- extends javax.servlet.http.HttpServlet
The CSAssignServiceIdAndServerTIDProtocolServlet extends
CSEstablishSessionServlet class
This servlet defines the front door for all java client devices supporting
the HTTP protocol and should be invoked to establish the session between the
client and the server
- See Also:
- Serialized Form
Method Summary |
protected void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Defines the process flow to execute a request. |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSAssignServiceIdAndServerTIDProtocolServlet
public CSAssignServiceIdAndServerTIDProtocolServlet()
service
protected void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
- Defines the process flow to execute a request. This method is the entry
point for each request coming to this servlet. note This method is valid
for requests sent using the GET method and requests sent using the POST
method.
- Overrides:
service
in class javax.servlet.http.HttpServlet
- Parameters:
req
- HttpServletRequestres
- HttpServletResponse
- Throws:
javax.servlet.ServletException
java.io.IOException
(c) Copyright IBM Corporation 1998, 2009