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 Deprecated. The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.WebSocketServletFactory Deprecated. The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported. -
Class Summary Class Description ServletUpgradeRequest Deprecated. The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.ServletUpgradeResponse Deprecated. The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.UpgradeHttpServletRequest Deprecated. WebSocketServlet Deprecated. The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.WebSocketServletFactory.Loader Deprecated.