Package org.mockserver.serialization.har
Class HarEntry
java.lang.Object
org.mockserver.serialization.har.HarEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCache()longgetTime()withConnection(String connection) withRequest(HarRequest request) withResponse(HarResponse response) withServerIPAddress(String serverIPAddress) withStartedDateTime(String startedDateTime) withTime(long time) withTimings(HarTimings timings)
-
Constructor Details
-
HarEntry
public HarEntry()
-
-
Method Details
-
getStartedDateTime
-
withStartedDateTime
-
getTime
public long getTime() -
withTime
-
getRequest
-
withRequest
-
getResponse
-
withResponse
-
getCache
-
withCache
-
getTimings
-
withTimings
-
getServerIPAddress
-
withServerIPAddress
-
getConnection
-
withConnection
-