Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 69691 invoked from network); 21 Dec 2005 09:39:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Dec 2005 09:39:55 -0000 Received: (qmail 67174 invoked by uid 500); 21 Dec 2005 09:39:53 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 67140 invoked by uid 500); 21 Dec 2005 09:39:53 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 67128 invoked by uid 99); 21 Dec 2005 09:39:53 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Wed, 21 Dec 2005 01:39:53 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id B4AF0C9 for ; Wed, 21 Dec 2005 10:39:31 +0100 (CET) Message-ID: <13828540.1135157971443.JavaMail.jira@ajax.apache.org> Date: Wed, 21 Dec 2005 10:39:31 +0100 (CET) From: "Trustin Lee (JIRA)" To: dev@directory.apache.org Subject: [jira] Commented: (DIRMINA-145) filter for writing streams In-Reply-To: <631476293.1134652545093.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DIRMINA-145?page=comments#action_12361038 ] Trustin Lee commented on DIRMINA-145: ------------------------------------- It would be great if user can switch IoHandler mode and InputStream/OutputStream mode very easy. What about providing SwitchingIoHandler? SwitchingIoHandler handler = ...; handler.setHandler( new MyIoHandler() ); // Set default one ... handler.setHandler( new StreamIoHandler() {...}); // Change the handler I guess this is the simplest solution. WDYT? > filter for writing streams > -------------------------- > > Key: DIRMINA-145 > URL: http://issues.apache.org/jira/browse/DIRMINA-145 > Project: Directory MINA > Type: Improvement > Reporter: Johannes Zillmann > Assignee: Niklas Therning > Attachments: streamWriteFilter.zip > > a filter for easy stream writing would be usefull. > I append a zip with that kind of filter. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira