groovyx.net.http
Class AsyncHTTPBuilderTest

java.lang.Object
  extended by groovyx.net.http.AsyncHTTPBuilderTest

public class AsyncHTTPBuilderTest
extends Object

Author:
tnichols

Constructor Summary
AsyncHTTPBuilderTest()
           
 
Method Summary
 MetaClass getMetaClass()
           
 Object getProperty(String name)
           
 Object invokeMethod(String name, Object args)
           
 void setMetaClass(MetaClass metaClass)
           
 void setProperty(String name, Object value)
           
 void testAsyncRequests()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncHTTPBuilderTest

public AsyncHTTPBuilderTest()
Method Detail

testAsyncRequests

public void testAsyncRequests()

getMetaClass

public MetaClass getMetaClass()

setMetaClass

public void setMetaClass(MetaClass metaClass)

invokeMethod

public Object invokeMethod(String name,
                           Object args)

getProperty

public Object getProperty(String name)

setProperty

public void setProperty(String name,
                        Object value)


Copyright © 2008. All Rights Reserved.