MCPcopy Create free account
hub / github.com/apache/tomcat / destroy

Method destroy

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

Destroys this SSL context and releases any associated resources.

()

Source from the content-addressed store, hash-verified

47 * Destroys this SSL context and releases any associated resources.
48 */
49 void destroy();
50
51 /**
52 * Returns the server session context.

Callers 5

releaseSSLContextMethod · 0.95
closeMethod · 0.65
contextDestroyedMethod · 0.65
onCloseMethod · 0.65
stopInternalMethod · 0.65

Implementers 4

SSLContextWrapperjava/org/apache/tomcat/util/net/SSLCon
JSSESSLContextjava/org/apache/tomcat/util/net/jsse/J
OpenSSLContextjava/org/apache/tomcat/util/net/openss
OpenSSLContextjava/org/apache/tomcat/util/net/openss

Calls

no outgoing calls

Tested by

no test coverage detected