The current session Id. @return The current SSL/TLS session ID @throws IOException If an error occurs trying to obtain the session ID
()
| 121 | * @throws IOException If an error occurs trying to obtain the session ID |
| 122 | */ |
| 123 | String getSessionId() throws IOException; |
| 124 | |
| 125 | /** |
| 126 | * Returns the protocol string indicating how the SSL socket was created e.g. TLSv1 or TLSv1.2 etc. |
no outgoing calls
no test coverage detected