Groovy Documentation

de.matrixweb.harhar.result
[Groovy] Class EntryResult

java.lang.Object
  de.matrixweb.harhar.result.EntryResult

class EntryResult
extends Object

Authors:
marwol


Property Summary
ByteCountingOutputStream bcos

long end

Entry entry

Future response

long start

int statusCode

 
Constructor Summary
EntryResult(Entry entry)

 
Method Summary
void calculate()

long getSize()

long getTime()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

bcos

ByteCountingOutputStream bcos


end

long end


entry

Entry entry


response

Future response


start

long start


statusCode

int statusCode


 
Constructor Detail

EntryResult

EntryResult(Entry entry)


 
Method Detail

calculate

void calculate()


getSize

long getSize()


getTime

long getTime()


 

Groovy Documentation