Hi Ravinder,
On 6/9/07, ravinder singh <[EMAIL PROTECTED]> wrote:
Hi Trustin,
I have solved this problem, it's currently hard-coded but can make this
configurable.
If you have still not started working on this particular issue, then would
to share
my code with you.
waiting for your response.
n Lee <[EMAIL PROTECTED]>
Date: Jun 8, 2007 6:57 AM
Subject: Re: Problem with messages.
To: dev@mina.apache.org
On 6/8/07, peter royal <[EMAIL PROTECTED]> wrote:
On Jun 7, 2007, at 9:11 AM, ravinder singh wrote:
> I am using MINA 1.1 to write a client-server application but struck
&
Hi Trustin,
Just want to know if this problem is with our implementation or some Java
library problem?
Thanks
On 6/8/07, Trustin Lee <[EMAIL PROTECTED]> wrote:
On 6/8/07, peter royal <[EMAIL PROTECTED]> wrote:
> On Jun 7, 2007, at 9:11 AM, ravinder singh wrote:
> > I am using MINA 1.1 to writ
On 6/8/07, peter royal <[EMAIL PROTECTED]> wrote:
On Jun 7, 2007, at 9:11 AM, ravinder singh wrote:
> I am using MINA 1.1 to write a client-server application but struck
> with
> some message issues. The problem is as follows:
>
> A client connects to my server and sends a message to it, then,
>
On Jun 7, 2007, at 9:11 AM, ravinder singh wrote:
I am using MINA 1.1 to write a client-server application but struck
with
some message issues. The problem is as follows:
A client connects to my server and sends a message to it, then,
messageReceived of myHandler class (which extends IoHandler
Hi all,
I am using MINA 1.1 to write a client-server application but struck with
some message issues. The problem is as follows:
A client connects to my server and sends a message to it, then,
messageReceived of myHandler class (which extends IoHandlerAdapter)
should get called, this is working