| javax.servlet.http.HttpServlet org.jboss.mq.il.http.servlet.HTTPServerILServlet
HTTPServerILServlet | public class HTTPServerILServlet extends HttpServlet (Code) | | This Servlet acts as a proxy to the JMS Server for the HTTP IL clients.
It receives posts from the HTTPServerIL in the form of HTTPILRequests,
invokes the approprate method on the server, and returns a HTTPILResponse.
This also acts as a delegate for the HTTPClientILService, by receiving
POSTS, looking in HTTPILStorageQueue, retrieving HTTPRequests bound for the
client, packaging them in a HTTPILResponse. These requests are generally
long lived to simulate asynch messaging. When the HTTPClientILService POSTS
a HTTPILRequest the payload of the request includes timeout value which represents
the max time the request will last, before returning to the client.
author: Nathan Phelps (nathan@jboss.org) version: $Revision: 57210 $ |
destroy | public void destroy()(Code) | | |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|