mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 16:35:03 +00:00
Improve on #3167 with major refactor of the context initialization of websocket: + The Javax and Jetty sides are more symmetric - both use shared filter and mapping. + Regularised usage of beans rather than attributes for ws components + Customization is now part of the mapping, so ws are configured by how they were mapped and not by who does the upgrade. + Filter still can be configured to customize defaults + Servlet can be configured to customize any ws mappings added via the servlet There is still some strangeness as the WebSocketServlet is mostly generic, yet can only map Jetty API websockets. Signed-off-by: Greg Wilkins <gregw@webtide.com>