com.sibvisions.rad.server.http
Class ServletServer
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.sibvisions.rad.server.http.ServletServer
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class ServletServer
- extends HttpServlet
The ServletServer
handles the communication via http
from remote clients.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletServer
public ServletServer()
init
public void init()
-
- Overrides:
init
in class GenericServlet
destroy
public void destroy()
-
- Specified by:
destroy
in interface Servlet
- Overrides:
destroy
in class GenericServlet
doPost
public void doPost(HttpServletRequest pRequest,
HttpServletResponse pResponse)
throws ServletException
- Handles object requests via http protocol.
- Overrides:
doPost
in class HttpServlet
- Parameters:
pRequest
- standard http servlet requestpResponse
- standard http servlet response
- Throws:
ServletException
- if the object request contains invalid information- See Also:
HttpServlet.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.