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

Method IsTLS

include/cripts/Connections.hpp:410–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408 }
409
410 [[nodiscard]] bool
411 IsTLS()
412 {
413 _ensure_initialized(this);
414 return TSVConnIsSsl(_vc);
415 }
416
417 [[nodiscard]] virtual cripts::IP LocalIP() const = 0;
418 [[nodiscard]] virtual int Count() const = 0;

Callers

nothing calls this directly

Calls 1

TSVConnIsSslFunction · 0.85

Tested by

no test coverage detected