| 构造器和说明 |
|---|
InnerFightServer(InnerFightServerConfig config) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract int |
getFightServerLoad() |
InnerServerData |
getGameServer(int serverId) |
List<InnerServerData> |
getGameServers() |
InnerSlaveServer |
getPublicClient() |
protected abstract void |
onConnectPublic(InnerSlaveServer slave) |
void |
startServer() |
void |
stopServer() |
public InnerFightServer(InnerFightServerConfig config) throws Exception
Exceptionpublic void startServer()
startServer 在接口中 IServerpublic void stopServer()
stopServer 在接口中 IServerprotected abstract int getFightServerLoad()
protected abstract void onConnectPublic(InnerSlaveServer slave)
public InnerSlaveServer getPublicClient()
public InnerServerData getGameServer(int serverId)
public List<InnerServerData> getGameServers()
Copyright © 2017. All rights reserved.