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…