public class ClientSlave extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CMD_APACHE_BENCH |
static String |
CMD_BENCH |
static String |
CMD_EXIT |
static String |
CMD_PING |
static String |
CMD_STRESS |
| Constructor and Description |
|---|
ClientSlave(InetAddress address,
int port) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isVerbose() |
static void |
main(String[] args) |
void |
runrun() |
void |
send(String response) |
void |
setVerbose(boolean verbose) |
void |
start() |
public static final String CMD_PING
public static final String CMD_EXIT
public static final String CMD_STRESS
public static final String CMD_BENCH
public static final String CMD_APACHE_BENCH
public ClientSlave(InetAddress address, int port) throws Exception
ExceptionCopyright © 2014 Eclipse Foundation. All rights reserved.