net.barkerjr.gameserver.valve
Class GoldSourceServerList
java.lang.Object
net.barkerjr.gameserver.Base
net.barkerjr.gameserver.valve.ValveServerList<GoldSourceServer>
net.barkerjr.gameserver.valve.GoldSourceServerList
- All Implemented Interfaces:
- Iterable<GoldSourceServer>
public class GoldSourceServerList
- extends ValveServerList<GoldSourceServer>
Fetches lists of servers from the master servers provided by Valve.
- Since:
- 2008-02-03
- Author:
- BarkerJr
| Fields inherited from class net.barkerjr.gameserver.valve.ValveServerList |
empty, full, gameDir, linux, map, noPlayers, notApplicationId, proxy, region, secure, type, whitelisted |
| Fields inherited from class net.barkerjr.gameserver.Base |
listeners |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GoldSourceServerList
public GoldSourceServerList()
- Initializes the list for Gold Source servers
- Since:
- 2008-02-03
loadServer
public GoldSourceServer loadServer(InetSocketAddress address)
- Description copied from class:
ValveServerList
- Loads a server for the given address
- Specified by:
loadServer in class ValveServerList<GoldSourceServer>
- Parameters:
address - the address of the server
- Returns:
- a server for the given address
- Since:
- 2008-02-03