Re: NIO2 SSL Handshake usage

2015-09-28 Thread kamalakannan chandrakumar
at is handled > internally to the class. Look at handshakeReadCompletionHandler and > handshakeWriteCompletionHandler. > > Mark > > > > > > Regards, > > Kamal. > > > > On Mon, Sep 28, 2015 at 4:44 PM, Mark Thomas wrote: > > > >>

Re: NIO2 SSL Handshake usage

2015-09-28 Thread kamalakannan chandrakumar
Mark, Thanks! Just curious to know how it is used internally for NIO2. I understand that it is internal, but please let me know the details. Regards, Kamal. On Mon, Sep 28, 2015 at 4:44 PM, Mark Thomas wrote: > On 28/09/2015 11:50, kamalakannan chandrakumar wrote: > > I'm not

Re: NIO2 SSL Handshake usage

2015-09-28 Thread kamalakannan chandrakumar
I'm not talking about Handler classes in SecureNIOChannel. It is for SecureNIO2Channel. Regards, Kamal. On Mon, Sep 28, 2015 at 3:58 PM, Rémy Maucherat wrote: > 2015-09-28 12:17 GMT+02:00 kamalakannan chandrakumar < > chandrakumarkamalakan...@gmail.com>: > > > Hi,

Re: NIO2 SSL Handshake usage

2015-09-28 Thread kamalakannan chandrakumar
Hi, > > Please let me why there is no way to set Handler class or Future task is > not returned for > SSL handshake in SecureNIO2Channel. How to use those classes for writing > client code ? > This was working fine with NIO code (SecureNIOChannel). > > Regards, > Kamal. > > > > > >