Return-Path: Delivered-To: apmail-jakarta-httpcomponents-dev-archive@www.apache.org Received: (qmail 65091 invoked from network); 8 Dec 2007 17:51:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2007 17:51:06 -0000 Received: (qmail 62413 invoked by uid 500); 8 Dec 2007 17:50:54 -0000 Delivered-To: apmail-jakarta-httpcomponents-dev-archive@jakarta.apache.org Received: (qmail 62381 invoked by uid 500); 8 Dec 2007 17:50:54 -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 62372 invoked by uid 99); 8 Dec 2007 17:50:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Dec 2007 09:50:54 -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; Sat, 08 Dec 2007 17:51:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3F120714244 for ; Sat, 8 Dec 2007 09:50:43 -0800 (PST) Message-ID: <15837517.1197136243255.JavaMail.jira@brutus> Date: Sat, 8 Dec 2007 09:50:43 -0800 (PST) From: "Oleg Kalnichevski (JIRA)" To: httpcomponents-dev@jakarta.apache.org Subject: [jira] Resolved: (HTTPCORE-68) Provide NIO entity In-Reply-To: <26807148.1177368195579.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCORE-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCORE-68. --------------------------------------- Resolution: Fixed Steffen I could not come up with anything better than a trivial extension to the HttpEntity interface that in addition to all standard methods can represent entity content as ReadableByteChannel. https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-nio/src/main/java/org/apache/http/nio/entity/HttpNIOEntity.java All other approaches I tried did not seem generic enough to warrant inclusion into the core API. I am very open to alternatives, though. We can revisit this issue around the 4.1 timeframe. Oleg > Provide NIO entity > ------------------ > > Key: HTTPCORE-68 > URL: https://issues.apache.org/jira/browse/HTTPCORE-68 > Project: HttpComponents Core > Issue Type: New Feature > Reporter: Steffen Pingel > Fix For: 4.0-beta1 > > > Provide an interface for entities that support event based processing. > Related: HTTPCORE-43 -- 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