Return-Path: Delivered-To: apmail-jakarta-httpcomponents-dev-archive@www.apache.org Received: (qmail 67808 invoked from network); 6 Nov 2007 10:36:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Nov 2007 10:36:21 -0000 Received: (qmail 28805 invoked by uid 500); 6 Nov 2007 10:36:09 -0000 Delivered-To: apmail-jakarta-httpcomponents-dev-archive@jakarta.apache.org Received: (qmail 28601 invoked by uid 500); 6 Nov 2007 10:36:08 -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 28592 invoked by uid 99); 6 Nov 2007 10:36:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2007 02:36:08 -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; Tue, 06 Nov 2007 10:36:12 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7BF347141FD for ; Tue, 6 Nov 2007 02:35:51 -0800 (PST) Message-ID: <20769941.1194345351357.JavaMail.jira@brutus> Date: Tue, 6 Nov 2007 02:35:51 -0800 (PST) From: "Stojce Dimski (JIRA)" To: httpcomponents-dev@jakarta.apache.org Subject: [jira] Created: (HTTPCORE-129) Immutable request/response MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Immutable request/response -------------------------- Key: HTTPCORE-129 URL: https://issues.apache.org/jira/browse/HTTPCORE-129 Project: HttpComponents Core Issue Type: Improvement Components: HttpCore Affects Versions: 4.0-beta1 Reporter: Stojce Dimski Priority: Minor There are many cases where user would just 'consume' response and would not have to modify nothing es. received response... With 2 interfaces and guideline to use a immutable version for polymorphic variables compiler would catch any error pretty soon... Is there some possibility to have e immutable request/response objects as in: https://svn.safehaus.org/repos/asyncweb/trunk/core/src/main/java/org/safehaus/asyncweb/common/HttpMessage.java https://svn.safehaus.org/repos/asyncweb/trunk/core/src/main/java/org/safehaus/asyncweb/common/MutableHttpMessage.java -- 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