I've written a small how to on IoFilters: http://geertschuring.wordpress.com/2008/08/18/how-to-use-the-mina-iofilter/
I'll update/extend it based on reader comments. Greets, Geert Schuring. --------- Original Message -------- From: [email protected] To: [email protected] <[email protected]> Subject: Re: Error in MINA 2 IoFilter documentation Date: 25/08/08 17:32 > Thanks for the report, it's fixed now. > > it's will be visible on main web site as soon asf mirrors of mirros > update ;) > > Julien > > > On Mon, 25 Aug 2008 15:58:55 +0200 > Geert Schuring <[EMAIL PROTECTED]> wrote: > > > Hello, > >=20 > > I'd like to point out that there's an error in the IoFilter > > documentation on the website. It shows the following code: > >=20 > > public void filterWrite(NextFilter nextFilter, IoSession session, > > WriteRequest request) { > > nextFilter.filterWrite( > > session, new WriteRequest( > > ((String) request.getMessage()).toCharArray(), > > request.getFuture(), request.getDestination())); > > } > >=20 > > However, WriteRequest is an Interface in Mina 2.0.0 and can therefor > > not be instantiated. > >=20 > > Who can i address this kind of comment to? > >=20 > > Greets, > > Geert Schuring. > > The Netherlands. > >=20 > > ________________________________________________ > > Message sent using UebiMiau 2.7.10 > >=20 > >=20 > > --Sig_/PBa7niarGhRLBDwsMN4RDDA > Content-Type: application/pgp-signature; name=signature.asc > Content-Disposition: attachment; filename=signature.asc > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFIssI6HMBmbW1IlcURAtgcAJ4+57fEUgf+Ia9/jSzC0bsh1ylRzgCfeP3m > DCaIk5oBCc7 ________________________________________________ Message sent using UebiMiau 2.7.10
