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 ServerManager
Exception
public void startServers() throws Exception
startServers
in interface ServerManager
Exception
public void stopServers() throws Exception
ServerManager
stopServers
in interface ServerManager
Exception
Copyright © 2013. All Rights Reserved.