Class HarTimings


  • public class HarTimings
    extends Object
    • Constructor Detail

      • HarTimings

        public HarTimings()
    • 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)