Return-Path: Delivered-To: apmail-jakarta-httpcomponents-dev-archive@www.apache.org Received: (qmail 81089 invoked from network); 13 Dec 2007 13:48:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2007 13:48:12 -0000 Received: (qmail 30355 invoked by uid 500); 13 Dec 2007 13:48:01 -0000 Delivered-To: apmail-jakarta-httpcomponents-dev-archive@jakarta.apache.org Received: (qmail 30172 invoked by uid 500); 13 Dec 2007 13:48:00 -0000 Mailing-List: contact httpcomponents-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list httpcomponents-dev@jakarta.apache.org Received: (qmail 30163 invoked by uid 99); 13 Dec 2007 13:48:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2007 05:48:00 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2007 13:47:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0BE8B714201 for ; Thu, 13 Dec 2007 05:47:43 -0800 (PST) Message-ID: <15898434.1197553663020.JavaMail.jira@brutus> Date: Thu, 13 Dec 2007 05:47:43 -0800 (PST) From: "Roland Weber (JIRA)" To: httpcomponents-dev@jakarta.apache.org Subject: [jira] Created: (HTTPCLIENT-712) improve HttpRoute API MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org improve HttpRoute API --------------------- Key: HTTPCLIENT-712 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-712 Project: HttpComponents HttpClient Issue Type: Improvement Affects Versions: 4.0 Alpha 2 Reporter: Roland Weber Priority: Trivial Fix For: 4.0 Alpha 3 Some of the constructors of HttpRoute have three boolean parameters. Use enumerations to reduce the potential for confusion. The flags for tunnelled and layered are not independent, since layered implies tunnelled. These can be combined to a 3-valued enum. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: httpcomponents-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org