On Wed, Feb 15, 2012 at 6:33 AM, Mark Thomas <ma...@apache.org> wrote:

> On 15/02/2012 03:53, Costin Manolache wrote:
> > Uploaded another take.
> >
> > This time I'm just adding
> >
> https://github.com/costinm/tomcat/blob/trunk/java/org/apache/tomcat/util/net/LightHandler.java
> >
> > which is just a Handler - like AjpConnectionHandler,
> > Http11ConnectionHandler.
> >
> > I believe this is as close to Endpoint intent as it can be - given this
> is
> > a protocol at the same level with Ajp or http11.
>
> I should have looked at this earlier. It is simpler than I was
> expecting. It looks good to me.
>
> > The only thing special is that the Endpoint must have both the regular
> > Http11ConnectionHandler and a SpdyHandler - and chose one or the other
> > based on TLS negotiation result.
>
> I'd like to see the code for that but the approach seems reasonable.
>

All the code is in my github clone. Diff against svn to see what changed.


Costin


>
> Mark
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>

Reply via email to