|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectde.matrixweb.harhar.result.EntryResult
class EntryResult extends Object
| 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 |
|---|
ByteCountingOutputStream bcos
long end
Entry entry
Future response
long start
int statusCode
| Constructor Detail |
|---|
EntryResult(Entry entry)
| Method Detail |
|---|
void calculate()
long getSize()
long getTime()
Groovy Documentation