public class EchoServer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
SERVER_PORT |
static int |
TEST_PORT |
| Constructor and Description |
|---|
EchoServer() |
| Modifier and Type | Method and Description |
|---|---|
int |
getServerPort() |
int |
getTestPort() |
static void |
main(java.lang.String[] args) |
void |
setServerPort(int serverPort) |
void |
setTestPort(int testPort) |
public static final int TEST_PORT
public static final int SERVER_PORT