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

Method _bindSSLObject

src/iocore/net/SSLNetVConnection.cc:129–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void
130SSLNetVConnection::_bindSSLObject()
131{
132 SSLNetVCAttach(this->ssl, this);
133 TLSBasicSupport::bind(this->ssl, this);
134 TLSEventSupport::bind(this->ssl, this);
135 ALPNSupport::bind(this->ssl, this);
136 TLSSessionResumptionSupport::bind(this->ssl, this);
137 TLSSNISupport::bind(this->ssl, this);
138 TLSEarlyDataSupport::bind(this->ssl, this);
139 TLSTunnelSupport::bind(this->ssl, this);
140 TLSCertSwitchSupport::bind(this->ssl, this);
141}
142
143void
144SSLNetVConnection::_unbindSSLObject()

Callers 2

_make_ssl_connectionMethod · 0.95
populateMethod · 0.95

Calls 1

SSLNetVCAttachFunction · 0.85

Tested by

no test coverage detected