com.atlassian.bamboo.agent.messaging
Class SpyHttpTunnelServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.activemq.transport.http.HttpTunnelServlet
com.atlassian.bamboo.agent.messaging.SpyHttpTunnelServlet
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class SpyHttpTunnelServlet
- extends org.apache.activemq.transport.http.HttpTunnelServlet
- See Also:
- Serialized Form
Method Summary |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
doHead(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
doOptions(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class org.apache.activemq.transport.http.HttpTunnelServlet |
createTransportChannel, createTransportChannel, createWireFormat, getTransportChannel, init, readRequestBody |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpyHttpTunnelServlet
public SpyHttpTunnelServlet()
doOptions
protected void doOptions(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Overrides:
doOptions
in class org.apache.activemq.transport.http.HttpTunnelServlet
- Throws:
javax.servlet.ServletException
IOException
doHead
protected void doHead(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Overrides:
doHead
in class org.apache.activemq.transport.http.HttpTunnelServlet
- Throws:
javax.servlet.ServletException
IOException
doGet
protected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Overrides:
doGet
in class org.apache.activemq.transport.http.HttpTunnelServlet
- Throws:
javax.servlet.ServletException
IOException
doPost
protected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Overrides:
doPost
in class org.apache.activemq.transport.http.HttpTunnelServlet
- Throws:
javax.servlet.ServletException
IOException
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.