|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectde.matrixweb.harhar.Browser
class Browser extends Object
| Property Summary | |
|---|---|
def |
baseUrl
|
CountDownLatch |
cdl
|
com.ning.http.client.AsyncHttpClient |
client
|
Logger |
logger
|
ThreadPoolExecutor |
threadPool
|
| Constructor Summary | |
Browser(def logger, def baseUrl)
|
|
| Method Summary | |
|---|---|
void
|
quit()
|
PageResult
|
request(Page page, List entries)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Property Detail |
|---|
def baseUrl
CountDownLatch cdl
com.ning.http.client.AsyncHttpClient client
Logger logger
ThreadPoolExecutor threadPool
| Constructor Detail |
|---|
Browser(def logger, def baseUrl)
| Method Detail |
|---|
void quit()
PageResult request(Page page, List entries)
Groovy Documentation