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

Method _initialize

src/cripts/Connections.cc:228–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228void
229Client::Connection::_initialize()
230{
231 TSAssert(_state->ssnp);
232 TSAssert(_state->txnp);
233
234 _vc = TSHttpSsnClientVConnGet(_state->ssnp);
235 _socket = TSHttpTxnClientAddrGet(_state->txnp);
236 super_type::_initialize();
237}
238
239int
240Client::Connection::FD() const

Callers

nothing calls this directly

Calls 4

TSHttpSsnClientVConnGetFunction · 0.85
TSHttpTxnClientAddrGetFunction · 0.85
TSHttpSsnServerVConnGetFunction · 0.85
TSHttpTxnServerAddrGetFunction · 0.85

Tested by

no test coverage detected