Return-Path: Delivered-To: apmail-jakarta-httpclient-dev-archive@www.apache.org Received: (qmail 67966 invoked from network); 14 Jun 2006 13:05:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2006 13:05:45 -0000 Received: (qmail 88633 invoked by uid 500); 14 Jun 2006 13:05:44 -0000 Delivered-To: apmail-jakarta-httpclient-dev-archive@jakarta.apache.org Received: (qmail 88595 invoked by uid 500); 14 Jun 2006 13:05:44 -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 88583 invoked by uid 99); 14 Jun 2006 13:05:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jun 2006 06:05:44 -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; Wed, 14 Jun 2006 06:05:43 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 99B487142A1 for ; Wed, 14 Jun 2006 13:04:30 +0000 (GMT) Message-ID: <261255.1150290270626.JavaMail.jira@brutus> Date: Wed, 14 Jun 2006 13:04:30 +0000 (GMT+00:00) From: "Oleg Kalnichevski (JIRA)" To: httpclient-dev@jakarta.apache.org Subject: [jira] Resolved: (HTTPCLIENT-552) Add shutdown method to SimpleHttpConnectionManager 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/HTTPCLIENT-552?page=all ] Oleg Kalnichevski resolved HTTPCLIENT-552: ------------------------------------------ Resolution: Fixed > shcm.patch says "since 3.1" - should that not be "@since 4.0" ? No mistake here. #shutdown() method has been added to the SHCM class and not the HCM interface. This will have to wait until 4.0 Patch checked in Oleg > Add shutdown method to SimpleHttpConnectionManager > -------------------------------------------------- > > Key: HTTPCLIENT-552 > URL: http://issues.apache.org/jira/browse/HTTPCLIENT-552 > Project: Jakarta HttpClient > Type: Improvement > Components: HttpClient > Versions: Nightly Builds > Environment: Operating System: other > Platform: Other > Reporter: Sebb > Assignee: Oleg Kalnichevski > Priority: Minor > Fix For: 3.1 Alpha 1 > Attachments: hcm-ext.patch, shcm.patch > > It would be useful to be able to close the connection in the > SimpleHttpConnectionManager. This could be achieved by adding a shutdown() > method as per the MultiThreadedConnectionManager. > Ideally this would be added to the HttpConnection interface, but this could > break existing implementations. > To avoid this, perhaps consider introducing a sub-interface with the method in it. > [Could also create an AbstractConnectionManager class - this would make it > easier to add more functions later] -- 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