dev@grizzly.java.net

AIO && SSL

From: alan turing <turing.us_at_gmail.com>
Date: Wed, 10 Oct 2012 23:21:13 +0200

Hello!

I look on the latest Grizzly source code on AIO implementation,
I didn't see SSL and java.nio.channels.AsynchronousSocketChannel &&
java.nio.channels.AsynchronousServerSocketChannel works together,
SSLEngine life-cycle of connection differ from
AsynchronousSocketChannel.connect && AsynchronousServerSocketChanne.accept,
So did you implement it together somehow?
If yes, can you please explain the main idea (and point me to code as well)
because as I understand the SSL should be encapsulated inside the AIO
implementation.

Thanks!!!

Best Regards.