On 10/05/2009 03:34 PM, Mark Wallsgrove wrote:
Hey,
The majority of the communications that occur is in plan text. To
authenticate I have to use HTTPS and parse some XML data. Is it worth
using HTTPClient with Mina? Or just keeping using Mina alone? The
application is a standalone app if it makes any difference :)
Best Regards,
Mark Wallsgrove
Hard to answer, as I'm not really clear on what it is you're trying to do.
Are you trying to:
a) write a client app that communicates with a MINA server using HTTPS?
b) write a client app that communicates with some other HTTP server
using HTTPS?
c) writing a client app on top of MINA?
d) something else?
I'll take a guess that your scenario is b), in which case I'd respond
that you just need to write a small client app that uses HTTP Client,
and that MINA isn't needed here.
But if you want a better answer, ask a better question! :-)
DR