public class ServerManagerImpl extends Object implements ServerManager
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG |
private Set<AbstractNettyServer> |
servers |
| Constructor and Description |
|---|
ServerManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
startServers() |
void |
startServers(int tcpPort,
int flashPort,
int udpPort) |
void |
stopServers()
Used to stop the server and manage cleanup of resources.
|
private Set<AbstractNettyServer> servers
private static final org.slf4j.Logger LOG
public void startServers(int tcpPort,
int flashPort,
int udpPort)
throws Exception
startServers in interface ServerManagerExceptionpublic void startServers()
throws Exception
startServers in interface ServerManagerExceptionpublic void stopServers()
throws Exception
ServerManagerstopServers in interface ServerManagerExceptionCopyright © 2013. All Rights Reserved.