|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectde.matrixweb.harhar.HttpCallback
class HttpCallback extends Object
| Property Summary | |
|---|---|
CountDownLatch |
cdl
|
ResponseBuilder |
responseBuilder
|
EntryResult |
result
|
| Constructor Summary | |
HttpCallback(def cdl, def result)
|
|
| Method Summary | |
|---|---|
STATE
|
onBodyPartReceived(com.ning.http.client.HttpResponseBodyPart bodyPart)
|
Response
|
onCompleted()
|
STATE
|
onHeadersReceived(com.ning.http.client.HttpResponseHeaders headers)
|
STATE
|
onStatusReceived(com.ning.http.client.HttpResponseStatus responseStatus)
|
void
|
onThrowable(Throwable t)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Property Detail |
|---|
CountDownLatch cdl
ResponseBuilder responseBuilder
EntryResult result
| Constructor Detail |
|---|
HttpCallback(def cdl, def result)
| Method Detail |
|---|
STATE onBodyPartReceived(com.ning.http.client.HttpResponseBodyPart bodyPart)
Response onCompleted()
STATE onHeadersReceived(com.ning.http.client.HttpResponseHeaders headers)
STATE onStatusReceived(com.ning.http.client.HttpResponseStatus responseStatus)
void onThrowable(Throwable t)
Groovy Documentation