public class TcpServer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
socketNumber |
Constructor and Description |
---|
TcpServer(int socketNumber)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Method that is running the server
|