org.browsermob.core.har
Class HarTimings

java.lang.Object
  extended by org.browsermob.core.har.HarTimings

public class HarTimings
extends Object


Constructor Summary
HarTimings()
           
HarTimings(Long blocked, Long dns, Long connect, long send, long wait, long receive)
           
 
Method Summary
 Long getBlocked()
           
 Long getConnect()
           
 Long getDns()
           
 long getReceive()
           
 long getSend()
           
 long getWait()
           
 void setBlocked(Long blocked)
           
 void setConnect(Long connect)
           
 void setDns(Long dns)
           
 void setReceive(long receive)
           
 void setSend(long send)
           
 void setWait(long wait)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HarTimings

public HarTimings()

HarTimings

public HarTimings(Long blocked,
                  Long dns,
                  Long connect,
                  long send,
                  long wait,
                  long receive)
Method Detail

getBlocked

public Long getBlocked()

setBlocked

public void setBlocked(Long blocked)

getDns

public Long getDns()

setDns

public void setDns(Long dns)

getConnect

public Long getConnect()

setConnect

public void setConnect(Long connect)

getSend

public long getSend()

setSend

public void setSend(long send)

getWait

public long getWait()

setWait

public void setWait(long wait)

getReceive

public long getReceive()

setReceive

public void setReceive(long receive)


Copyright © 2011. All Rights Reserved.