Re: ReadFuture (Was: Re: New feature in 2.0: Request-Response Filter)

2007-05-12 Thread Brad Harvey
On 4/12/07, Maarten Bosteels [EMAIL PROTECTED] http://www.nabble.com/user/SendEmail.jtp?type=postpost=9957679i=0 wrote: Suppose you have a request-response protocol and you want to implement the client synchronously: connect, send a request and wait until the response comes in. What is

Re: ReadFuture (Was: Re: New feature in 2.0: Request-Response Filter)

2007-05-12 Thread peter royal
On May 12, 2007, at 5:21 AM, Brad Harvey wrote: Just saw this while I was doing some browsing - hope I'm not jumping in too late. I had a crack at a client side synchronous API for Mina a while ago (pre 1.0), but never had a real project to try it out on so it fell by the wayside. Below

Re: ReadFuture (Was: Re: New feature in 2.0: Request-Response Filter)

2007-04-13 Thread Trustin Lee
On 4/12/07, Maarten Bosteels [EMAIL PROTECTED] wrote: snip/ It sounds very interesting. Assuming we have ReadFuture, should IoHandler.messageReceived() be notified? Not sure about that. How are people currently implementing a client that wants to wait for a response ? I did a very

Re: ReadFuture (Was: Re: New feature in 2.0: Request-Response Filter)

2007-04-12 Thread Maarten Bosteels
On 4/12/07, Trustin Lee [EMAIL PROTECTED] wrote: Hi Maarten, On 4/12/07, Maarten Bosteels [EMAIL PROTECTED] wrote: Hi folks, Until now I had only implemented server apps with MINA (IoAcceptor), and no client apps (IoConnector). I started working on a small tutorial about