public class TcpServerConf extends Object
| Constructor and Description |
|---|
TcpServerConf()
Instantiates a new Tcp server conf.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxClients()
Gets max clients.
|
int |
getPort()
Gets port.
|
void |
setMaxClients(int maxClients)
Sets max clients.
|
void |
setPort(int port)
Sets port.
|
public int getPort()
public void setPort(int port)
port - the portpublic int getMaxClients()
public void setMaxClients(int maxClients)
maxClients - the max clientsCopyright © 2011–2019 Danish Maritime Authority. All rights reserved.