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

Method isQUIC

include/records/RecHttp.h:466–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464 return TRANSPORT_SSL == m_type;
465}
466inline bool
467HttpProxyPort::isQUIC() const
468{
469 return TRANSPORT_QUIC == m_type;
470}
471inline bool
472HttpProxyPort::isPlugin() const
473{

Callers 5

processOptionsMethod · 0.95
printMethod · 0.95
hasQUICMethod · 0.80
MakeHttpProxyAcceptorFunction · 0.80
start_HttpProxyServerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected