码迷,mamicode.com
首页 > 其他好文 > 详细

tls session resumption

时间:2014-11-21 18:22:16      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:http   io   ar   os   java   on   div   cti   as   

http://stackoverflow.com/questions/12318325/resume-tls-connection-in-java

As long as you use the same SSLSocketFactory to create the sockets, the JSSE implementation in Java will automatically resume an existing session, if the session is still valid.

You can verify this by invoking SSLSocket.getSession().getId() and check if two different sockets are using the same session.

tls session resumption

标签:http   io   ar   os   java   on   div   cti   as   

原文地址:http://www.cnblogs.com/jvava/p/4113165.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!