public interface Client
Modifier and Type | Method and Description |
---|---|
void |
setNumber(int number)
Set the client number
|
void |
setUrl(String url)
Set the target URL
|
void |
start()
Start the client
|
void |
stop()
Stops the client
|
void start() throws Exception
Exception
- implementation specific exceptionvoid stop()
void setUrl(String url)
url
- the target URLvoid setNumber(int number)
number
- the client numberThis documentation was released into the public domain.