sdk
/
com.sygic.sdk.diagnostics.http
/
HttpRequestDiagnosticsData
Http
Request
Diagnostics
Data
class
HttpRequestDiagnosticsData
(method:
String
, host:
String
, path:
String
) :
StopWatchDiagnosticsData
Content copied to clipboard
Functions
Properties
Functions
elapsed
Seconds
Link copied to clipboard
fun
elapsedSeconds
():
Long
Content copied to clipboard
reset
Link copied to clipboard
fun
reset
()
Content copied to clipboard
start
Link copied to clipboard
fun
start
(startTime:
Long
= System.currentTimeMillis())
Content copied to clipboard
stop
Link copied to clipboard
fun
stop
(endTime:
Long
= System.currentTimeMillis())
Content copied to clipboard
Properties
endTime
Link copied to clipboard
var
endTime
:
Long
= 0L
Content copied to clipboard
host
Link copied to clipboard
val
host
:
String
Content copied to clipboard
method
Link copied to clipboard
val
method
:
String
Content copied to clipboard
path
Link copied to clipboard
val
path
:
String
Content copied to clipboard
startTime
Link copied to clipboard
var
startTime
:
Long
= 0L
Content copied to clipboard