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.