MCPcopy Index your code
hub / github.com/apache/tomcat / getSessionId

Method getSessionId

java/org/apache/tomcat/util/net/SSLSupport.java:123–123  ·  view source on GitHub ↗

The current session Id. @return The current SSL/TLS session ID @throws IOException If an error occurs trying to obtain the session ID

()

Source from the content-addressed store, hash-verified

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.

Callers 3

resolveSslMethod · 0.65
expireMethod · 0.65

Implementers 1

JSSESupportjava/org/apache/tomcat/util/net/jsse/J

Calls

no outgoing calls

Tested by

no test coverage detected