@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.
()
| 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. |