void createLocalServer(String serverNickName, String host, int port)
void createLocalServer(String serverNickName, String host, int port)
Name | Type | Description |
---|---|---|
serverNickName | String | Nick name of the server being created |
host | String | Host name of the server |
port | int | Port on which to listen to |
Type | Description |
---|---|
void |