Hi I've just found out about MINA yesterday (following links about Netty) and I'd like to use it in some sort of prototype for the time being.
I have yet to go through all the documentation and APIs but I'd like to describe briefly what I intend to do to double check if it can be achieved efficiently and elegantly with MINA. Basically thousands of clients (PC clients and/or mobile phone clients) could connect to the server. When a client connects there's an initial custom handshake with the server to request the server RSA public key. The client will receive the server RSA public key, generates an AES key, encrypt the AES key using the RSA public key of the server then send it to the server. From then on all communications client <-> server are encrypted using the AES key. All the encryption is done using BouncyCastle. I also need to be able to handle our comms protocol over plain sockets and Http. So I already have a custom server that does all that but I'd like to re-prototype the core of my server using MINA for maintainabilty reasons and to check what sort of perf can be achieved. Can all this be done with ProtocolHandler and the likes? Thx very much. -- Frederic Soulier <[EMAIL PROTECTED]> OpenPGP key available on http://www.keyserver.net 1024D/BA6700ED 49A6 8E8E 4230 8D41 1ADE B649 3203 1DD2 BA67 00ED
signature.asc
Description: This is a digitally signed message part
