org.browsermob.proxy.http
Class RequestInfo

java.lang.Object
  extended by org.browsermob.proxy.http.RequestInfo

public class RequestInfo
extends Object


Constructor Summary
RequestInfo()
           
 
Method Summary
 void blocked(Date start, Date end)
           
static void clear()
           
static void clear(String url)
           
 void connect(Date start, Date end)
           
 void dns(Date start, Date end, String resolvedAddress)
           
 void finish()
           
static RequestInfo get()
           
 Long getBlocked()
           
 Long getConnect()
           
 Long getDns()
           
 Date getEnd()
           
 Long getReceive()
           
 String getResolvedAddress()
           
 Long getSend()
           
 Long getSsl()
           
 Date getStart()
           
 HarTimings getTimings()
           
 long getTotalTime()
           
 Long getWait()
           
 void send(Date start, Date end)
           
 void ssl(Date start, Date end)
           
 String toString()
           
 void wait(Date start, Date end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestInfo

public RequestInfo()
Method Detail

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.