Package org.mockserver.serialization.har
Class HarTimings
- java.lang.Object
-
- org.mockserver.serialization.har.HarTimings
-
public class HarTimings extends Object
-
-
Constructor Summary
Constructors Constructor Description HarTimings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetBlocked()longgetConnect()longgetDns()longgetReceive()longgetSend()longgetSsl()longgetWait()HarTimingswithBlocked(long blocked)HarTimingswithConnect(long connect)HarTimingswithDns(long dns)HarTimingswithReceive(long receive)HarTimingswithSend(long send)HarTimingswithSsl(long ssl)HarTimingswithWait(long wait)
-
-
-
Method Detail
-
getSend
public long getSend()
-
withSend
public HarTimings withSend(long send)
-
getWait
public long getWait()
-
withWait
public HarTimings withWait(long wait)
-
getReceive
public long getReceive()
-
withReceive
public HarTimings withReceive(long receive)
-
getBlocked
public long getBlocked()
-
withBlocked
public HarTimings withBlocked(long blocked)
-
getDns
public long getDns()
-
withDns
public HarTimings withDns(long dns)
-
getConnect
public long getConnect()
-
withConnect
public HarTimings withConnect(long connect)
-
getSsl
public long getSsl()
-
withSsl
public HarTimings withSsl(long ssl)
-
-