Package org.mockserver.serialization.har
Class HarTimings
java.lang.Object
org.mockserver.serialization.har.HarTimings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonglonggetDns()longlonggetSend()longgetSsl()longgetWait()withBlocked(long blocked) withConnect(long connect) withDns(long dns) withReceive(long receive) withSend(long send) withSsl(long ssl) withWait(long wait)
-
Constructor Details
-
HarTimings
public HarTimings()
-
-
Method Details
-
getSend
public long getSend() -
withSend
-
getWait
public long getWait() -
withWait
-
getReceive
public long getReceive() -
withReceive
-
getBlocked
public long getBlocked() -
withBlocked
-
getDns
public long getDns() -
withDns
-
getConnect
public long getConnect() -
withConnect
-
getSsl
public long getSsl() -
withSsl
-