sdk
sdk
/
com.sygic.sdk.diagnostics.http
/
HttpRequestDiagnosticsData
Http
Request
Diagnostics
Data
class
HttpRequestDiagnosticsData
(
val
method
:
String
,
val
host
:
String
,
val
path
:
String
)
:
StopWatchDiagnosticsData
Constructors
Functions
Properties
Constructors
Http
Request
Diagnostics
Data
Link copied to clipboard
fun
HttpRequestDiagnosticsData
(
method
:
String
,
host
:
String
,
path
:
String
)
Functions
elapsed
Seconds
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
end
Time
Link copied to clipboard
var
endTime
:
Long
=
0
host
Link copied to clipboard
val
host
:
String
method
Link copied to clipboard
val
method
:
String
path
Link copied to clipboard
val
path
:
String
start
Time
Link copied to clipboard
var
startTime
:
Long
=
0