Return-Path: Delivered-To: apmail-jakarta-httpclient-dev-archive@www.apache.org Received: (qmail 79670 invoked from network); 7 Sep 2006 18:50:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2006 18:50:58 -0000 Received: (qmail 87552 invoked by uid 500); 7 Sep 2006 18:50:57 -0000 Delivered-To: apmail-jakarta-httpclient-dev-archive@jakarta.apache.org Received: (qmail 87523 invoked by uid 500); 7 Sep 2006 18:50:57 -0000 Mailing-List: contact httpclient-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "HttpClient Project" Reply-To: "HttpClient Project" Delivered-To: mailing list httpclient-dev@jakarta.apache.org Received: (qmail 87512 invoked by uid 99); 7 Sep 2006 18:50:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 11:50:57 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 11:50:56 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 057AF7142F8 for ; Thu, 7 Sep 2006 18:47:24 +0000 (GMT) Message-ID: <20719270.1157654843941.JavaMail.jira@brutus> Date: Thu, 7 Sep 2006 11:47:23 -0700 (PDT) From: "Oleg Kalnichevski (JIRA)" To: httpclient-dev@jakarta.apache.org Subject: [jira] Commented: (HTTPCORE-11) Provide generic server and client connection primitives that can work with arbitrary HTTP data receivers and transmitters. In-Reply-To: <1647917.1156774102320.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HTTPCORE-11?page=comments#action_12433195 ] Oleg Kalnichevski commented on HTTPCORE-11: ------------------------------------------- > (1) passing HttpContext as parameter is fine. The further it spreads, the better I like it. Removing the connection argument is also fine. Done > (2) I'm not so sure about. It's something that might be useful for HttpAsync, and I think it's a bit early to introduce a dependency on HttpClient there. Let me think about this for a while. Let keep them. Sometime shortly before the API freeze, though, we should take at close look at all the classes in HttpCore and see which of them should in fact be in HttpClient or in some other module. Oleg > Provide generic server and client connection primitives that can work with arbitrary HTTP data receivers and transmitters. > -------------------------------------------------------------------------------------------------------------------------- > > Key: HTTPCORE-11 > URL: http://issues.apache.org/jira/browse/HTTPCORE-11 > Project: HttpComponents Core > Issue Type: Improvement > Components: HttpCore > Affects Versions: 4.0-alpha2 > Reporter: Oleg Kalnichevski > Assigned To: Oleg Kalnichevski > Fix For: 4.0-alpha3 > > Attachments: conn.patch, httpclientconn.patch, httpcore-abstractconn.patch > > > Provide generic server and client connection primitives that can work with arbitrary HTTP data receivers and transmitters. The default connection primitives in their present form are tightly coupled with the java.net.Socket class. There are cases when the underlying I/O transport is based on different media (MINA transport, NIO channels) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpclient-dev-help@jakarta.apache.org