Re: A question about websocket API-- Annotation ServerEndpoint

2017-06-08 Thread
Thank you -- View this message in context: http://tomcat.10.x6.nabble.com/A-question-about-websocket-API-Annotation-ServerEndpoint-tp5064163p5064200.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To

A question about websocket API-- Annotation ServerEndpoint

2017-06-07 Thread
Hi friend: i have a question. use Tomcat 8.5.15 @ServerEndpoint API has 'value' summary. This value mapping url.When the url has parameter,use {}. for example: @ServerEndpoint(value = "/websocket/fmsWebsocket/{userId}/{companyId}/{groupId}") js:var url =

A question about websocket API-- Annotation ServerEndpoint

2017-06-07 Thread
Hi friend: i have a question. use Tomcat 8.5.15 @ServerEndpoint API has 'value' summary. This value mapping url.When the url has parameter,use {}. for example: @ServerEndpoint(value = "/websocket/fmsWebsocket/{userId}/{companyId}/{groupId}") js:var url =