org.browsermob.proxy
Class Block

java.lang.Object
  extended by org.browsermob.proxy.Block

public class Block
extends Object


Constructor Summary
Block()
           
 
Method Summary
 boolean add(HttpObject object)
           
 long getBytes()
           
 Date getEnd()
           
 List<HttpObject> getObjects()
           
 long getResponseTime()
           
 Date getStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Block

public Block()
Method Detail

add

public boolean add(HttpObject object)

getStart

public Date getStart()

getEnd

public Date getEnd()

getObjects

public List<HttpObject> getObjects()

getResponseTime

public long getResponseTime()

getBytes

public long getBytes()


Copyright © 2011. All Rights Reserved.