Hi all, using HttpComponents client 4.2.2, is there a way I can be notified when an SSL connection is ready for writing? I'm using a PoolingClientConnectionManager and I think I need to somehow override DefaultClientConnection's update() method which should be called when the TLS negotiation is complete, but I'm not sure how the plumbing works.
Any help appreciated, John.
