Package net.barkerjr.gameserver.valve

Contains more-specific classes for handling Valve-specific server query protocol

See:
          Description

Class Summary
GoldSourceServer Provides parsing and Gold-Source-specific server query handling.
GoldSourceServerList Fetches lists of servers from the master servers provided by Valve.
Left4DeadServer Provides workarounds for bugs Valve introduced to Left4Dead circa September 29, 2009
OrangeBoxServer Provides parsing and Orange-Box-specific server query handling.
SourceServer Provides parsing and Source-specific server query handling.
SourceServerList Fetches lists of servers from the master servers provided by Valve.
TheShip Contains information specific to The Ship servers
ValveServer Provides generic parsing and querying for Valve servers
ValveServerList<T extends ValveServer> Fetches lists of servers from the master servers provided by Valve.
 

Enum Summary
TheShip.GameMode The mode of the server
ValveServer.OperatingSystem The operating system the server is running
ValveServerList.Region Regions defined by Valve
ValveServerList.Type Server types to filter by
 

Package net.barkerjr.gameserver.valve Description

Contains more-specific classes for handling Valve-specific server query protocol

Since:
2007-10-23