Posted By:
Pavel_Rybnicek
Posted On:
Wednesday, November 28, 2001 05:22 AM
Hi
I want to make several https connections to one URL using httpsURLConnection class (one for each connection). How can I reuse the SSL context? In other words, how can I surpress/force the handshaking?
Thanks