> > > Why then do the NIO[SSL]* bits even have methods with *SocketFactory bits, > is this due to extending the TCP bits? >
It's used on the client side to create socket. > > What is the NIO version of the SslSocketFactory muck? (I know jack about > nio, only that it exists and uses buffers and channels). > > There is no one. That's the whole problem as you need to do whole hand-shaking thing in your app, > > > We should provide the proper ssl context to the NIOSSLTransport > > using setSslContext() method, so you might start with checking if the > > correct context is being passed there. > > I'll look into it more when I have some time. > > Thanks.