org.apache.activemq.transport.ws
Class StompServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.eclipse.jetty.websocket.WebSocketServlet
org.apache.activemq.transport.ws.StompServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig, org.eclipse.jetty.websocket.WebSocketFactory.Acceptor
public class StompServlet
- extends org.eclipse.jetty.websocket.WebSocketServlet
Handle connection upgrade requests and creates web sockets
- See Also:
- Serialized Form
| Methods inherited from class org.eclipse.jetty.websocket.WebSocketServlet |
checkOrigin, destroy, service |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StompServlet
public StompServlet()
init
public void init()
throws ServletException
- Overrides:
init in class org.eclipse.jetty.websocket.WebSocketServlet
- Throws:
ServletException
doGet
protected void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doGet in class HttpServlet
- Throws:
ServletException
IOException
doWebSocketConnect
public org.eclipse.jetty.websocket.WebSocket doWebSocketConnect(HttpServletRequest request,
String protocol)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.