Groovy Documentation

de.matrixweb.harhar
[Groovy] Class Browser

java.lang.Object
  de.matrixweb.harhar.Browser

class Browser
extends Object

Authors:
marwol


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

baseUrl

def baseUrl


cdl

CountDownLatch cdl


client

com.ning.http.client.AsyncHttpClient client


logger

Logger logger


threadPool

ThreadPoolExecutor threadPool


 
Constructor Detail

Browser

Browser(def logger, def baseUrl)


 
Method Detail

quit

void quit()


request

PageResult request(Page page, List entries)


 

Groovy Documentation