com.bankframe.ei.channel.server
Class SessionAffinityTest
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.bankframe.ei.servlet.EonServlet
com.bankframe.ei.channel.server.SessionAffinityTest
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class SessionAffinityTest
- extends EonServlet
- See Also:
- Serialized Form
Methods inherited from class com.bankframe.ei.servlet.EonServlet |
log |
SessionAffinityTest
public SessionAffinityTest()
service
public void service(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
IOException
- This method delegates the request to the doPost() or doGet() method.
- Overrides:
service
in class EonServlet
- Parameters:
req
- The request objectres
- The response object
- Throws:
ServletException
IOException
init
public void init(ServletConfig config)
throws ServletException
- This method does some intialization (sets up codecs/datapackethandler)
- Specified by:
init
in interface Servlet
- Overrides:
init
in class EonServlet
- Throws:
ServletException
Copyright © 2005, 2007, Oracle. All rights reserved.