Uses of Class
org.mockserver.serialization.har.HarEntry
-
Packages that use HarEntry Package Description org.mockserver.serialization.har -
-
Uses of HarEntry in org.mockserver.serialization.har
Methods in org.mockserver.serialization.har that return HarEntry Modifier and Type Method Description HarEntryHarEntry. withCache(HarCache cache)HarEntryHarEntry. withConnection(String connection)HarEntryHarEntry. withRequest(HarRequest request)HarEntryHarEntry. withResponse(HarResponse response)HarEntryHarEntry. withServerIPAddress(String serverIPAddress)HarEntryHarEntry. withStartedDateTime(String startedDateTime)HarEntryHarEntry. withTime(long time)HarEntryHarEntry. withTimings(HarTimings timings)Methods in org.mockserver.serialization.har that return types with arguments of type HarEntry Modifier and Type Method Description List<HarEntry>HarLog. getEntries()Method parameters in org.mockserver.serialization.har with type arguments of type HarEntry Modifier and Type Method Description HarLogHarLog. withEntries(List<HarEntry> entries)
-