Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
461
inline bool
462
HttpProxyPort::isSSL() const
463
{
464
return TRANSPORT_SSL == m_type;
465
}
466
inline bool
467
HttpProxyPort::isQUIC() const
468
{
Callers
7
processOptions
Method · 0.95
print
Method · 0.95
hasSSL
Method · 0.80
test_RecHttp.cc
File · 0.80
MakeHttpProxyAcceptor
Function · 0.80
start_HttpProxyServer
Function · 0.80
TSPortDescriptorAccept
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected