RE: Does MINA 2.0.4 supports IPV6

2013-07-26 Thread Nitin Phuria
The issue is registered in JIRA see the below link. https://issues.apache.org/jira/browse/DIRMINA-957 Thanks And Regards, Nitin Phuria -Original Message- From: Emmanuel Lécharny [mailto:elecha...@gmail.com] Sent: Thursday, July 25, 2013 6:49 PM To: users@mina.apache.org Subject: Re:

Re: Send a message immediatly

2013-07-26 Thread Emmanuel Lécharny
Le 7/26/13 11:46 AM, Jose María Zaragoza a écrit : Hello: I'm using Mina Core 2.0.7 I use BufferedWriteFilter to send data and every time I write data for sending it , I flush this filter manually by this code: this.session.write(data); ((BufferedWriteFilter) f).flush(this.session);

Re: Send a message immediatly

2013-07-26 Thread Jose María Zaragoza
OK. Thanks. One question more: if I create a new filter (iofilter1 ) , so I have iohandler --- iofilter1 When I receive a message , messageReceived on iofilter1 is executed and , finally , messageReceived on iohandler is executed If I put the code that sends test in iofilter1 and (

Re: Send a message immediatly

2013-07-26 Thread Jose María Zaragoza
Anyway, I tried your solution and that worked for me Thanks 2013/7/26 Jose María Zaragoza demablo...@gmail.com: OK. Thanks. One question more: if I create a new filter (iofilter1 ) , so I have iohandler --- iofilter1 When I receive a message , messageReceived on iofilter1 is

Re: Send a message immediatly

2013-07-26 Thread Emmanuel Lécharny
Le 7/26/13 12:32 PM, Jose María Zaragoza a écrit : OK. Thanks. One question more: if I create a new filter (iofilter1 ) , so I have iohandler --- iofilter1 When I receive a message , messageReceived on iofilter1 is executed and , finally , messageReceived on iohandler is executed

Re: Does MINA 2.0.4 supports IPV6

2013-07-26 Thread Jon V.
Are you using wildcards in the blacklist filter? You could build your own string and pattern based blacklist filter for IPV6 in under 30 minutes. On Fri, Jul 26, 2013 at 3:10 AM, Nitin Phuria nit...@integramicro.comwrote: The issue is registered in JIRA see the below link.

Sending multiples message in stream

2013-07-26 Thread lleclerc
Hello, I am currently using a CumulativeProtocolDecoder, maybe I am not using right component, haven't found anything else. I have a session that will send messages of different size, from a string to an image. Right now I added an Header that have the message size and read in a buffer until is