HttpsUrlConnection and keep-alive

后端 未结 8 1577
太阳男子
太阳男子 2020-12-08 02:27

I am using com.sun.net.httpserver.HttpsServer in my current project which deals with client-authentification etc.. Currently it only prints out the clients addr

8条回答
  •  眼角桃花
    2020-12-08 03:17

    I couldn't get it working with HttpsUrlConnection. But Apache's HTTP client handles keep-alive with SSL connections very well.

提交回复
热议问题