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

Method protocol_contains

plugins/experimental/txn_box/plugin/src/ts_util.cc:766–771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

764}
765
766TextView
767ts::HttpSsn::protocol_contains(swoc::TextView tag) const
768{
769 auto zret = TSHttpSsnClientProtocolStackContains(_ssn, tag.data());
770 return zret;
771}
772
773sockaddr const *
774ts::HttpSsn::addr_remote() const

Callers 2

extractMethod · 0.45
Ex_Ssn.ccFile · 0.45

Calls 2

dataMethod · 0.45

Tested by

no test coverage detected