Uses of Class
org.apache.anteater.test.HttpMessage

Packages that use HttpMessage
org.apache.anteater.test This package contains the top-level tasks and API that define the testing framework. 
 

Uses of HttpMessage in org.apache.anteater.test
 

Methods in org.apache.anteater.test that return HttpMessage
static HttpMessage HttpClient.dispatch(HttpMessage request, org.apache.tools.ant.Project project, Session session, int timeout, Boolean useTidy, Boolean followRedirects, int maxRedirects, int debug)
          Send the request to the specified URL.
 

Methods in org.apache.anteater.test with parameters of type HttpMessage
 void Listener.setHttpMessageRequest(HttpMessage request)
          Called by ListenerProxyServlet.
static HttpMessage HttpClient.dispatch(HttpMessage request, org.apache.tools.ant.Project project, Session session, int timeout, Boolean useTidy, Boolean followRedirects, int maxRedirects, int debug)
          Send the request to the specified URL.
static Socket HttpClient.getSocket(HttpMessage request)
          Creates and returns a normal or SSL socket, depending on the isSecure() flag.
 



Ant Functional Tester -- see Project home page for details