Uses of Class
org.conscrypt.metrics.ReflexiveStatsEvent
-
Packages that use ReflexiveStatsEvent Package Description org.conscrypt.metrics -
-
Uses of ReflexiveStatsEvent in org.conscrypt.metrics
Methods in org.conscrypt.metrics that return ReflexiveStatsEvent Modifier and Type Method Description ReflexiveStatsEventReflexiveStatsEvent.Builder. build()static ReflexiveStatsEventReflexiveStatsEvent. buildEvent(int atomId, boolean success, int protocol, int cipherSuite, int duration, int source)Deprecated.static ReflexiveStatsEventReflexiveStatsEvent. buildEvent(int atomId, boolean success, int protocol, int cipherSuite, int duration, int source, int[] uids)Deprecated.Methods in org.conscrypt.metrics with parameters of type ReflexiveStatsEvent Modifier and Type Method Description static voidReflexiveStatsLog. write(ReflexiveStatsEvent event)
-