From dev-return-124770-apmail-tomcat-dev-archive=tomcat.apache.org@tomcat.apache.org Wed Feb 15 15:45:06 2012 Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DEB5F97C9 for ; Wed, 15 Feb 2012 15:45:05 +0000 (UTC) Received: (qmail 50430 invoked by uid 500); 15 Feb 2012 15:45:05 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 50375 invoked by uid 500); 15 Feb 2012 15:45:05 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 50366 invoked by uid 99); 15 Feb 2012 15:45:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 15:45:05 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of costin@gmail.com designates 209.85.214.173 as permitted sender) Received: from [209.85.214.173] (HELO mail-tul01m020-f173.google.com) (209.85.214.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 15:44:57 +0000 Received: by obbup16 with SMTP id up16so2145865obb.18 for ; Wed, 15 Feb 2012 07:44:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=E/u8hPVk8pL4LYHVe8XriKh9A0KWnBNL5jg9JmGvQqM=; b=m83luLaPut9pbACycG8hhAxqzRmk12gc77ws1SJWDkH1IEqRX26jSeaDkAJ1kZM3BN dH0EWvxrDozZ0rO+xfbgrAqjFM7u6QtuF6sQmM59ORluW9hkOlqeKQQCJazaorKq3Y6Y ZaDoa5ks3bvj5rlcz3nMwVqqJGUoaUmd6sOXs= MIME-Version: 1.0 Received: by 10.182.76.229 with SMTP id n5mr18946241obw.14.1329320675505; Wed, 15 Feb 2012 07:44:35 -0800 (PST) Received: by 10.182.101.164 with HTTP; Wed, 15 Feb 2012 07:44:35 -0800 (PST) In-Reply-To: <4F3BC220.3040609@apache.org> References: <1328177144.1943.4.camel@mail.remm.hd.free.fr> <4F2A7478.1070905@apache.org> <4F2A9FC4.8060908@apache.org> <4F3A9B82.6030605@apache.org> <4F3AEF17.2070708@apache.org> <4F3BC220.3040609@apache.org> Date: Wed, 15 Feb 2012 07:44:35 -0800 Message-ID: Subject: Re: SPDY support From: Costin Manolache To: Tomcat Developers List Content-Type: multipart/alternative; boundary=f46d044785d5a7f7ff04b9029614 X-Virus-Checked: Checked by ClamAV on apache.org --f46d044785d5a7f7ff04b9029614 Content-Type: text/plain; charset=UTF-8 On Wed, Feb 15, 2012 at 6:33 AM, Mark Thomas 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-unsubscribe@tomcat.apache.org > For additional commands, e-mail: dev-help@tomcat.apache.org > > --f46d044785d5a7f7ff04b9029614--