Hello,
The AIO implementation that is in place was the beginning of
experimental support (some time back) for Java7 AIO, but it hasn't been
fleshed out - that's why you don't see any SSL support at this time.
> alan turing <mailto:turing.us_at_gmail.com>
> October 10, 2012 2:21 PM
> 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.