Method | Description | |
---|---|---|
Listener ( ) : System | ||
Start ( String ip, int port ) : void |
Start listening at the specified port
|
Method | Description | |
---|---|---|
ListenThread ( ) : void |
ListenThread method, runs in a seperate thread and listens for new connections
|
public Start ( String ip, int port ) : void | ||
ip | String | |
port | int | The port to listen on |
return | void |