public class TestServer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PORT |
protected java.net.ServerSocket |
m_listen_socket |
protected int |
m_port |
| Constructor and Description |
|---|
TestServer(int port) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
public static final int DEFAULT_PORT
protected int m_port
protected java.net.ServerSocket m_listen_socket