Package org.eclipse.jetty.websocket.servlet
Jetty WebSocket Servlet API
How to provide WebSocket servers via the Jetty WebSocket Servlet API:
- Create your WebSocket Object
- Create your WebSocketServlet
- Register your WebSocket Object with the WebSocketServletFactory
- Wire up your WebSocketServlet to your web.xml or via Servlet 3.x annotations
-
Interface Summary Interface Description WebSocketCreator Abstract WebSocket creator interface.WebSocketServletFactory Basic WebSocketServletFactory for working with Jetty-based WebSocketServlets -
Class Summary Class Description ServletUpgradeRequest Servlet specificUpgradeRequest
implementation.ServletUpgradeResponse Servlet Specific UpgradeResponse implementation.UpgradeHttpServletRequest WebSocketServlet Abstract Servlet used to bridge the Servlet API to the WebSocket API.WebSocketServletFactory.Loader