Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 94189 invoked from network); 25 Nov 2009 09:32:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Nov 2009 09:32:25 -0000 Received: (qmail 45206 invoked by uid 500); 25 Nov 2009 09:32:25 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 45143 invoked by uid 500); 25 Nov 2009 09:32:25 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 45114 invoked by uid 99); 25 Nov 2009 09:32:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Nov 2009 09:32:25 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Nov 2009 09:32:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 34BD1234C04C for ; Wed, 25 Nov 2009 01:32:02 -0800 (PST) Message-ID: <1383841948.1259141522211.JavaMail.jira@brutus> Date: Wed, 25 Nov 2009 09:32:02 +0000 (UTC) From: "Oleg Kalnichevski (JIRA)" To: dev@hc.apache.org Subject: [jira] Resolved: (HTTPCLIENT-873) CoreConnectionPNames/HttpConnectionParams doesn't have a corresponding Bean class In-Reply-To: <1343030730.1252012737686.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HTTPCLIENT-873?page=3Dcom.atla= ssian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-873. ------------------------------------------ Resolution: Won't Fix Fix Version/s: (was: 4.1 Alpha1) > CoreConnectionPNames/HttpConnectionParams are missing the bean class.=20 Actually there is HttpConnectionParamBean already. It must have been overlo= oked. Inconsistent class names are unfortunate but something we will have t= o live with until 5.0 Oleg > CoreConnectionPNames/HttpConnectionParams doesn't have a corresponding Be= an class > -------------------------------------------------------------------------= -------- > > Key: HTTPCLIENT-873 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-873 > Project: HttpComponents HttpClient > Issue Type: Bug > Components: HttpClient > Affects Versions: 4.0 Final > Reporter: Gerald Turner > Priority: Minor > > The HttpParams framework seems to follow a policy of having: > =E2=80=A2 an interface to declare the parameter string constant (e.g. C= onnManagerPNames.TIMEOUT), also AllPNames implements this interface. > =E2=80=A2 a class containing static accessors for the parameter (e.g. C= onnManagerParams.get/setTimeout) > =E2=80=A2 a bean class with accessors (sometimes setters only) for the = parameter (e.g. ConnManagerParamBean.setTImeout) > CoreConnectionPNames/HttpConnectionParams are missing the bean class. > Furthermore the class name HttpConnectionParams doesn't quite follow the = style (should be named CoreConnectionParams), but ClientPNames/HttpClientPa= rams also has this oddity. --=20 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: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org