Return-Path: Delivered-To: apmail-jakarta-httpclient-dev-archive@www.apache.org Received: (qmail 67638 invoked from network); 29 Dec 2005 08:56:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Dec 2005 08:56:57 -0000 Received: (qmail 30261 invoked by uid 500); 29 Dec 2005 08:56:57 -0000 Delivered-To: apmail-jakarta-httpclient-dev-archive@jakarta.apache.org Received: (qmail 30246 invoked by uid 500); 29 Dec 2005 08:56:56 -0000 Mailing-List: contact httpclient-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "HttpClient Project" Reply-To: "HttpClient Project" Delivered-To: mailing list httpclient-dev@jakarta.apache.org Received: (qmail 30235 invoked by uid 99); 29 Dec 2005 08:56:56 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2005 00:56:56 -0800 Received: by ajax.apache.org (Postfix, from userid 99) id 3EAEACB; Thu, 29 Dec 2005 09:56:34 +0100 (CET) From: bugzilla@apache.org To: httpclient-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 38005] - IOWrapper for HttpConnection In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20051229085634.3EAEACB@ajax.apache.org> Date: Thu, 29 Dec 2005 09:56:34 +0100 (CET) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=38005 ------- Additional Comments From http-async@dubioso.net 2005-12-29 09:56 ------- Hi Peter, all the tricky parts of a socket are in SocketImpl, which you don't have to touch. java.net.Socket is a concrete class. You can derive a new class from it, provide the two or three constructors needed for the ProtocolSocketFactory, and override getInputStream() and getOutputStream(). The constructors just pass their arguments to the respective base class constructor, and possibly perform some additional initializations for the customized functionality. All in all, this is hardly more complicated than the interface your patch introduces. cheers, Roland -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpclient-dev-help@jakarta.apache.org