HttpRequestDiagnosticsData

class HttpRequestDiagnosticsData(method: String, host: String, path: String) : StopWatchDiagnosticsData

Functions

elapsedSeconds
Link copied to clipboard
fun elapsedSeconds(): Long
reset
Link copied to clipboard
fun reset()
start
Link copied to clipboard
fun start(startTime: Long = System.currentTimeMillis())
stop
Link copied to clipboard
fun stop(endTime: Long = System.currentTimeMillis())

Properties

endTime
Link copied to clipboard
var endTime: Long = 0L
host
Link copied to clipboard
val host: String
method
Link copied to clipboard
val method: String
path
Link copied to clipboard
val path: String
startTime
Link copied to clipboard
var startTime: Long = 0L