On 10/12/2012 04:16 AM, Mark Thomas wrote:
>
> My next step is to migrate Tomcat's current WebSocket implementation to
> Servlet 3.1 upgrade and this API. I'll provide more feedback as I come
> across things.
RI is also just started implementing WebSocket impl using Servlet 3.1
upgrade API.
Servlet 3.1's WebConnection doesn't have a way to close the connection,
suggested to Rajiv &ShingWai that it needs to implement Closeable
Jitu