org.browsermob.proxy.util
Class IOUtils.Stats

java.lang.Object
  extended by org.browsermob.proxy.util.IOUtils.Stats
Enclosing class:
IOUtils

public static class IOUtils.Stats
extends Object


Constructor Summary
IOUtils.Stats(long bytesCopied, Date timeToFirstByte, InputStream copy)
           
 
Method Summary
 long getBytesCopied()
           
 InputStream getCopy()
           
 Date getTimeToFirstByte()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOUtils.Stats

public IOUtils.Stats(long bytesCopied,
                     Date timeToFirstByte,
                     InputStream copy)
Method Detail

getBytesCopied

public long getBytesCopied()

getTimeToFirstByte

public Date getTimeToFirstByte()

getCopy

public InputStream getCopy()


Copyright © 2011. All Rights Reserved.