Class WSServlet

  • All Implemented Interfaces:
    Serializable, Servlet, ServletConfig, org.apache.activemq.broker.BrokerServiceAware

    public class WSServlet
    extends org.eclipse.jetty.websocket.servlet.WebSocketServlet
    implements org.apache.activemq.broker.BrokerServiceAware
    Handle connection upgrade requests and creates web sockets
    See Also:
    Serialized Form
    • Constructor Detail

      • WSServlet

        public WSServlet()
    • Method Detail

      • configure

        public void configure​(org.eclipse.jetty.websocket.servlet.WebSocketServletFactory factory)
        Specified by:
        configure in class org.eclipse.jetty.websocket.servlet.WebSocketServlet
      • setTransportOptions

        public void setTransportOptions​(Map<String,​Object> transportOptions)
      • setBrokerService

        public void setBrokerService​(org.apache.activemq.broker.BrokerService brokerService)
        Specified by:
        setBrokerService in interface org.apache.activemq.broker.BrokerServiceAware