| 836 | } |
| 837 | |
| 838 | SSLNetVConnection::SSLNetVConnection() |
| 839 | { |
| 840 | this->_set_service(static_cast<ALPNSupport *>(this)); |
| 841 | this->_set_service(static_cast<TLSBasicSupport *>(this)); |
| 842 | this->_set_service(static_cast<TLSEventSupport *>(this)); |
| 843 | this->_set_service(static_cast<TLSCertSwitchSupport *>(this)); |
| 844 | this->_set_service(static_cast<TLSEarlyDataSupport *>(this)); |
| 845 | this->_set_service(static_cast<TLSSNISupport *>(this)); |
| 846 | this->_set_service(static_cast<TLSSessionResumptionSupport *>(this)); |
| 847 | this->_set_service(static_cast<TLSTunnelSupport *>(this)); |
| 848 | } |
| 849 | |
| 850 | void |
| 851 | SSLNetVConnection::do_io_close(int lerrno) |
nothing calls this directly
no test coverage detected