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

Method isSSL

include/records/RecHttp.h:461–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459};
460
461inline bool
462HttpProxyPort::isSSL() const
463{
464 return TRANSPORT_SSL == m_type;
465}
466inline bool
467HttpProxyPort::isQUIC() const
468{

Callers 7

processOptionsMethod · 0.95
printMethod · 0.95
hasSSLMethod · 0.80
test_RecHttp.ccFile · 0.80
MakeHttpProxyAcceptorFunction · 0.80
start_HttpProxyServerFunction · 0.80
TSPortDescriptorAcceptFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected