Okay I realize my folly now: extending StreamIoHandler and over
riding processStreamIo seems to do the trick.
Regards,
Amit
On Nov 11, 2005, at 1:07 PM, Amit Kumar wrote:
> Hi,
>
> First of all thank you for MINA. It is exactly I want; I think. I
> am new to MINA and I am porting a multi threaded application that
> shares desktop across the network.
>
> My problem is that I am unable to receive serialized objects in
> MINA. I am trying to read Object from the ObjectInputStream in
> the dataRead function of IoHandler, but with no luck. --EOF/
> StreamCorrupted Exceptions.
>
> The examples that come with MINA are all string based I/O, I am not
> sure if a filter or a Protocol codec exists for Object
> serialization. Can some one guide me please. I can post the sample
> code if that would help.
>
> I am using 0.81 release.
>
> Regards,
>
> Amit
>
|