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