Methods in org.apache.commons.cactus.client with parameters of type ServletTestRequest |
abstract java.net.HttpURLConnection |
AbstractHttpClient.doTest(ServletTestRequest theRequest)
Calls the test method indirectly by calling the Redirector servlet and
then open a second HTTP connection to retrieve the test results. |
java.net.HttpURLConnection |
JspHttpClient.doTest(ServletTestRequest theRequest)
Calls the test method indirectly by calling the Redirector JSP and
then open a second HTTP connection to the Servlet Redirector to retrieve
the test results. |
java.net.HttpURLConnection |
ServletHttpClient.doTest(ServletTestRequest theRequest)
Calls the test method indirectly by calling the Redirector servlet and
then open a second HTTP connection to retrieve the test results. |