users@grizzly.java.net

Inherit ServerConnection's processor for newly accepted connections in Grizzly 2

From: Bo Li <bo.l.li_at_oracle.com>
Date: Wed, 31 Mar 2010 12:07:51 -0500

Hi Alexey

We are thinking about sharing a transport between multiple protocols
(FilterChains) in the server. This is currently impossible because an
accepted connection will always use the transport's processor and
processor selector. It would be nice if it inherited the connection
specific processor from the ServerConnection that accepted the
connection if available. I have attached the diff that would implement
this. What do you think?

Thanks
Bo