Re: [HAPI-devel] Support for multiple receiving multiple encodings

2011-10-06 Thread Jens Kristian Villadsen
Hi Eric, and thx for the link I have looked at your code, and it seems to me that we happen to share some thoughts regarding the design. However it seems to me that the way you have come across the problem is by having multiple instances of the SimpleServer and allocate a separate port pr. SimpleS

Re: [HAPI-devel] Support for multiple receiving multiple encodings

2011-10-06 Thread James Agnew
Hi Jens, I think you're right, if you need this to work on a single port, you are probably looking at implementing a custom MinLLPReader. I don't think this would be terribly hard: The existing one wraps the InputStream with a Reader object that reads in using the predefined charset. Presumably yo

Re: [HAPI-devel] Support for multiple receiving multiple encodings

2011-10-06 Thread Jens Kristian Villadsen
Actually, this was exactly what I was thinking about. I'll keep you posted if I figure out a solution that I can submit to the HAPI framework 2011/10/6 James Agnew > Hi Jens, > > I think you're right, if you need this to work on a single port, you are > probably looking at implementing a custom