Re: A Couple of 8.0.0 WebSocket Questions

2013-08-10 Thread Mark Thomas
Igor Urisman wrote: >Dear all, Answering from a JSR356 perspective. Tomcat could add these features outside of the SPEC. >1. I see how to close a session from either end of the connection. >That, >of course, leaves the underlying endpoint intact. Is there a way to >un-deploy an entire server e

Re: A Couple of 8.0.0 WebSocket Questions

2013-08-10 Thread Niki Dokovski
On Sat, Aug 10, 2013 at 6:57 AM, Igor Urisman wrote: > Dear all, > > 1. I see how to close a session from either end of the connection. That, > of course, leaves the underlying endpoint intact. Is there a way to > un-deploy an entire server endpoint so that no new connections can be made > to it?

A Couple of 8.0.0 WebSocket Questions

2013-08-09 Thread Igor Urisman
Dear all, 1. I see how to close a session from either end of the connection. That, of course, leaves the underlying endpoint intact. Is there a way to un-deploy an entire server endpoint so that no new connections can be made to it? If so, will it close existing sessions? 2. Is there a way to q