org.browsermob.proxy.http
Class RequestInfo
java.lang.Object
org.browsermob.proxy.http.RequestInfo
public class RequestInfo
- extends Object
RequestInfo
public RequestInfo()
get
public static RequestInfo get()
clear
public static void clear(String url)
clear
public static void clear()
getBlocked
public Long getBlocked()
getDns
public Long getDns()
getConnect
public Long getConnect()
getSsl
public Long getSsl()
getSend
public Long getSend()
getWait
public Long getWait()
getReceive
public Long getReceive()
getResolvedAddress
public String getResolvedAddress()
blocked
public void blocked(Date start,
Date end)
dns
public void dns(Date start,
Date end,
String resolvedAddress)
connect
public void connect(Date start,
Date end)
ssl
public void ssl(Date start,
Date end)
send
public void send(Date start,
Date end)
wait
public void wait(Date start,
Date end)
finish
public void finish()
getStart
public Date getStart()
getEnd
public Date getEnd()
getTotalTime
public long getTotalTime()
toString
public String toString()
- Overrides:
toString in class Object
getTimings
public HarTimings getTimings()
Copyright © 2011. All Rights Reserved.