Groovy Documentation

de.matrixweb.harhar
[Groovy] Class EntryRequestor

java.lang.Object
  de.matrixweb.harhar.EntryRequestor
All Implemented Interfaces:
Callable

class EntryRequestor
extends Object

Authors:
marwol


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

baseUrl

def baseUrl


baseUrlSsl

def baseUrlSsl


cdl

CountDownLatch cdl


client

com.ning.http.client.AsyncHttpClient client


entry

Entry entry


logger

Logger logger


 
Constructor Detail

EntryRequestor

EntryRequestor(def logger, def baseUrl, Entry entry, CountDownLatch cdl, com.ning.http.client.AsyncHttpClient client)


 
Method Detail

call

EntryResult call()


createRequest

BoundRequestBuilder createRequest(com.ning.http.client.AsyncHttpClient client, Entry entry)


 

Groovy Documentation