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

Method extract

plugins/experimental/txn_box/plugin/src/Ex_Ssn.cc:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 return ActiveType{INTEGER}; // never a problem, just return the type.
76}
77Feature
78Ex_inbound_txn_count::extract(Context &ctx, Spec const &)
79{
80 return feature_type_for<INTEGER>(ctx.inbound_ssn().txn_count());
81}
82/* ------------------------------------------------------------------------------------ */
83/// Extract the SNI name from the inbound session.
84class Ex_inbound_sni : public Extractor

Callers 1

Ex_Ssn.ccFile · 0.45

Calls 14

txn_countMethod · 0.80
sniMethod · 0.80
addr_remoteMethod · 0.80
addr_localMethod · 0.80
protocol_stackMethod · 0.80
verify_resultMethod · 0.80
ssl_inbound_contextMethod · 0.80
inbound_ssnMethod · 0.45
emptyMethod · 0.45
protocol_containsMethod · 0.45

Tested by

no test coverage detected