Re: A question about websocket API-- Annotation ServerEndpoint

2017-06-08 Thread kmaxwilliams43
Fifgfdyfyi Envoyé de mon smartphone BlackBerry 10.   Message d'origine   De: 王琳 Envoyé: vendredi 9 juin 2017 01:37 À: users@tomcat.apache.org Répondre à: Tomcat Users List Objet: Re: A question about websocket API-- Annotation ServerEndpoint Thank you -- View this message in context:

Re: A question about websocket API-- Annotation ServerEndpoint

2017-06-08 Thread kmaxwilliams43
Fictdyhcu Envoyé de mon smartphone BlackBerry 10.   Message d'origine   De: 王琳 Envoyé: vendredi 9 juin 2017 01:37 À: users@tomcat.apache.org Répondre à: Tomcat Users List Objet: Re: A question about websocket API-- Annotation ServerEndpoint Thank you -- View this message in context:

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

Re: A question about websocket API-- Annotation ServerEndpoint

2017-06-08 Thread Mark Thomas
On 08/06/17 02:06, 王琳 wrote: > 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

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 = "ws://192.168.0.6:8080/note/websocket/fm

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 = "ws://192.168.0.6:8080/note/websocket/fm