Package org.conscrypt.metrics
Class NoopStatsLog
java.lang.Object
org.conscrypt.metrics.NoopStatsLog
- All Implemented Interfaces:
StatsLog
Noop class for stats logging
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcountTlsHandshake(boolean success, String protocol, String cipherSuite, long duration) static StatsLogvoidreportCTVerificationResult(LogStore logStore, VerificationResult result, PolicyCompliance compliance, CertificateTransparencyVerificationReason reason) voidupdateCTLogListStatusChanged(LogStore logStore)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NoopStatsLog
public NoopStatsLog()
-
-
Method Details
-
getInstance
-
countTlsHandshake
- Specified by:
countTlsHandshakein interfaceStatsLog
-
updateCTLogListStatusChanged
- Specified by:
updateCTLogListStatusChangedin interfaceStatsLog
-
reportCTVerificationResult
public void reportCTVerificationResult(LogStore logStore, VerificationResult result, PolicyCompliance compliance, CertificateTransparencyVerificationReason reason) - Specified by:
reportCTVerificationResultin interfaceStatsLog
-