Package org.eclipse.jetty.websocket.servlet

Jetty WebSocket Servlet API

How to provide WebSocket servers via the Jetty WebSocket Servlet API:

  1. Create your WebSocket Object
  2. Create your WebSocketServlet
  3. Register your WebSocket Object with the WebSocketServletFactory
  4. Wire up your WebSocketServlet to your web.xml or via Servlet 3.x annotations