I have created websocket using spark 2.5 runs on jetty 9 server
on client side URI looks like in websocket client : ws://localhost:8004/myservice/clientid
on Server Websocket , @websocketconnect i want to build logic using 'clientid'
How to capture the path param in jetty 9 websocket?