Package org.conscrypt.metrics
Interface StatsLog
-
- All Known Implementing Classes:
NoopStatsLog,StatsLogImpl
@Internal public interface StatsLog
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcountTlsHandshake(boolean success, java.lang.String protocol, java.lang.String cipherSuite, long duration)voidreportCTVerificationResult(LogStore logStore, VerificationResult result, PolicyCompliance compliance, CertificateTransparencyVerificationReason reason)voidupdateCTLogListStatusChanged(LogStore logStore)
-
-
-
Method Detail
-
countTlsHandshake
void countTlsHandshake(boolean success, java.lang.String protocol, java.lang.String cipherSuite, long duration)
-
updateCTLogListStatusChanged
void updateCTLogListStatusChanged(LogStore logStore)
-
reportCTVerificationResult
void reportCTVerificationResult(LogStore logStore, VerificationResult result, PolicyCompliance compliance, CertificateTransparencyVerificationReason reason)
-
-