mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 16:35:03 +00:00
WebSocketServlet could only be used with the jetty-websocket-api make this generic and add implementation in websocket-server this prevents jetty-websocket-server from needing to use core classes can cause class cast exceptions from a webapp due conflicts between the clients version of core classes and those provided by the container Signed-off-by: Lachlan Roberts <lachlan@webtide.com>