Return-Path: Delivered-To: apmail-jakarta-httpcomponents-dev-archive@www.apache.org Received: (qmail 97886 invoked from network); 12 Dec 2007 16:40:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2007 16:40:12 -0000 Received: (qmail 8579 invoked by uid 500); 12 Dec 2007 16:39:57 -0000 Delivered-To: apmail-jakarta-httpcomponents-dev-archive@jakarta.apache.org Received: (qmail 8551 invoked by uid 500); 12 Dec 2007 16:39:57 -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 8526 invoked by uid 99); 12 Dec 2007 16:39:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2007 08:39:57 -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; Wed, 12 Dec 2007 16:40:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DF18B71424F for ; Wed, 12 Dec 2007 08:39:44 -0800 (PST) Message-ID: <19672103.1197477584911.JavaMail.jira@brutus> Date: Wed, 12 Dec 2007 08:39:44 -0800 (PST) From: "Roland Weber (JIRA)" To: httpcomponents-dev@jakarta.apache.org Subject: [jira] Created: (HTTPCORE-131) give access to HttpParams keys MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org give access to HttpParams keys ------------------------------ Key: HTTPCORE-131 URL: https://issues.apache.org/jira/browse/HTTPCORE-131 Project: HttpComponents Core Issue Type: New Feature Components: HttpCore Affects Versions: 4.0-alpha6 Reporter: Roland Weber Priority: Minor Johannes Koch suggested on the dev@ list that there should be a way to access the keys in the HttpParams interface. Due to the nested, linked, or stacked nature of HttpParams implementations, a simple iterator is not feasible. However, collecting keys in a set could be implemented: HttpParams.collectKeys(Set keySet) This would affect all implementations in HttpCore and HttpClient. -- 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