|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.threadtest.tester.AbstractCommand
org.apache.wicket.threadtest.tester.AbstractGetCommand
org.apache.wicket.threadtest.tester.SimpleGetCommand
public class SimpleGetCommand
TODO javadoc
| Constructor Summary | |
|---|---|
SimpleGetCommand(java.util.List<java.lang.String> urls,
int iterations)
Construct. |
|
SimpleGetCommand(java.lang.String url,
int iterations)
Construct. |
|
| Method Summary | |
|---|---|
protected void |
doGet(org.apache.commons.httpclient.HttpClient client,
java.lang.String url)
Execute a GET request using the provided url. |
boolean |
getPrintResponse()
Gets printResponse. |
void |
setPrintResponse(boolean printResponse)
Sets printResponse. |
| Methods inherited from class org.apache.wicket.threadtest.tester.AbstractGetCommand |
|---|
execute |
| Methods inherited from class org.apache.wicket.threadtest.tester.AbstractCommand |
|---|
getIterations, getUrls |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleGetCommand(java.util.List<java.lang.String> urls,
int iterations)
urls - URLs to visititerations - number of executions of the urls
public SimpleGetCommand(java.lang.String url,
int iterations)
url - URL to visititerations - number of executions of the urls| Method Detail |
|---|
public boolean getPrintResponse()
public void setPrintResponse(boolean printResponse)
printResponse - printResponse
protected void doGet(org.apache.commons.httpclient.HttpClient client,
java.lang.String url)
throws java.lang.Exception
AbstractGetCommand
doGet in class AbstractGetCommandclient - the http clienturl - The url to GET
java.lang.ExceptionAbstractGetCommand.doGet(org.apache.commons.httpclient.HttpClient,
String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||