Method
getConnection
* @brief Get the currently active SSL connection object * @retval Connection* */
Source from the content-addressed store, hash-verified
| 156 | * @retval Connection* |
| 157 | */ |
| 158 | Connection* getConnection() |
| 159 | { |
| 160 | return connection.get(); |
| 161 | } |
| 162 | |
| 163 | /** |
| 164 | * @brief Handle connection event |
Tested by
no test coverage detected