MCPcopy
hub / github.com/openwrt/luci / dispose

Method dispose

libs/nixio/axTLS/bindings/java/SSL.java:72–75  ·  view source on GitHub ↗

@brief Free any used resources on this connection. A "Close Notify" message is sent on this connection (if possible). It is up to the application to close the socket.

()

Source from the content-addressed store, hash-verified

70 * is up to the application to close the socket.
71 */
72 public void dispose()
73 {
74 axtlsj.ssl_free(m_ssl);
75 }
76
77 /**
78 * @brief Return the result of a handshake.

Callers 2

do_serverMethod · 0.95
do_clientMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected