users@websocket-spec.java.net

[jsr356-users] [jsr356-experts] Re: Implementation niggles

From: Jitendra Kotamraju <jitendra.kotamraju_at_oracle.com>
Date: Fri, 12 Oct 2012 15:40:36 -0700

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