|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectde.matrixweb.harhar.EntryRequestor
class EntryRequestor extends Object
| Property Summary | |
|---|---|
def |
baseUrl
|
def |
baseUrlSsl
|
CountDownLatch |
cdl
|
com.ning.http.client.AsyncHttpClient |
client
|
Entry |
entry
|
Logger |
logger
|
| Constructor Summary | |
EntryRequestor(def logger, def baseUrl, Entry entry, CountDownLatch cdl, com.ning.http.client.AsyncHttpClient client)
|
|
| Method Summary | |
|---|---|
EntryResult
|
call()
|
BoundRequestBuilder
|
createRequest(com.ning.http.client.AsyncHttpClient client, Entry entry)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Property Detail |
|---|
def baseUrl
def baseUrlSsl
CountDownLatch cdl
com.ning.http.client.AsyncHttpClient client
Entry entry
Logger logger
| Constructor Detail |
|---|
EntryRequestor(def logger, def baseUrl, Entry entry, CountDownLatch cdl, com.ning.http.client.AsyncHttpClient client)
| Method Detail |
|---|
EntryResult call()
BoundRequestBuilder createRequest(com.ning.http.client.AsyncHttpClient client, Entry entry)
Groovy Documentation