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

Method getIncomingAddress

src/tscpp/api/Transaction.cc:286–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286const sockaddr *
287Transaction::getIncomingAddress() const
288{
289 return TSHttpTxnIncomingAddrGet(state_->txn_);
290}
291
292const sockaddr *
293Transaction::getClientAddress() const

Callers

nothing calls this directly

Calls 1

TSHttpTxnIncomingAddrGetFunction · 0.85

Tested by

no test coverage detected