Class HarTimings

java.lang.Object
org.mockserver.serialization.har.HarTimings

public class HarTimings extends Object
  • Constructor Details

    • HarTimings

      public HarTimings()
  • Method Details

    • 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)