Enable more secured code which protects internal information from exposure.
| 215 | |
| 216 | // Enable more secured code which protects internal information from exposure. |
| 217 | bool security_mode() const { return internal_port >= 0 || !has_builtin_services; } |
| 218 | |
| 219 | // SSL related options. Refer to `ServerSSLOptions' for details |
| 220 | bool has_ssl_options() const { return _ssl_options != NULL; } |
no outgoing calls
no test coverage detected