org.apache.activemq.transport.http
Class HttpTunnelServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.activemq.transport.http.HttpTunnelServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
- Direct Known Subclasses:
- HttpEmbeddedTunnelServlet
public class HttpTunnelServlet
- extends HttpServlet
A servlet which handles server side HTTP transport, delegating to the
ActiveMQ broker. This servlet is designed for being embedded inside an
ActiveMQ Broker using an embedded Jetty or Tomcat instance.
- Version:
- $Revision$
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpTunnelServlet
public HttpTunnelServlet()
init
public void init()
throws ServletException
- Overrides:
init
in class GenericServlet
- Throws:
ServletException
doHead
protected void doHead(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doHead
in class HttpServlet
- Throws:
ServletException
IOException
doGet
protected void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doGet
in class HttpServlet
- Throws:
ServletException
IOException
doPost
protected void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doPost
in class HttpServlet
- Throws:
ServletException
IOException
readRequestBody
protected String readRequestBody(HttpServletRequest request)
throws IOException
- Throws:
IOException
getTransportChannel
protected BlockingQueueTransport getTransportChannel(HttpServletRequest request,
HttpServletResponse response)
throws IOException
- Throws:
IOException
createTransportChannel
protected BlockingQueueTransport createTransportChannel(HttpServletRequest request,
HttpServletResponse response)
throws IOException
- Throws:
IOException
createTransportChannel
protected BlockingQueueTransport createTransportChannel()
createWireFormat
protected TextWireFormat createWireFormat()
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.