MCPcopy Create free account
hub / github.com/apache/trafficserver / SSLNetVConnection

Method SSLNetVConnection

src/iocore/net/SSLNetVConnection.cc:838–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

836}
837
838SSLNetVConnection::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
850void
851SSLNetVConnection::do_io_close(int lerrno)

Callers

nothing calls this directly

Calls 1

_set_serviceMethod · 0.80

Tested by

no test coverage detected