net.barkerjr.gameserver.dice
Class BattlefieldBadCompany2

java.lang.Object
  extended by net.barkerjr.gameserver.Base
      extended by net.barkerjr.gameserver.GameServer
          extended by net.barkerjr.gameserver.dice.BattlefieldBadCompany2Server
              extended by net.barkerjr.gameserver.dice.BattlefieldBadCompany2
All Implemented Interfaces:
Closeable

Deprecated. since 2010-03-17, use BattlefieldBadCompany2Server

@Deprecated
public class BattlefieldBadCompany2
extends BattlefieldBadCompany2Server

Provides parsing and querying for Battlefield: Bad Company servers

Since:
2010-03-15
Author:
BarkerJr
See Also:
Specification, Forum Post

Nested Class Summary
 
Nested classes/interfaces inherited from class net.barkerjr.gameserver.GameServer
GameServer.Dedicated, GameServer.Request, GameServer.RequestTimeoutException
 
Field Summary
 
Fields inherited from class net.barkerjr.gameserver.GameServer
address, botCount, dedicated, gameDirectory, IPTOS_RELIABILITY, map, maximumPlayers, name, namespace, numberOfPlayers, passwordRequired, players, plugins, rules, updated, version
 
Fields inherited from class net.barkerjr.gameserver.Base
listeners
 
Constructor Summary
BattlefieldBadCompany2(InetSocketAddress address)
          Deprecated. Sets up the basic server information and DOM
 
Method Summary
 
Methods inherited from class net.barkerjr.gameserver.dice.BattlefieldBadCompany2Server
close, getGameMode, getQueryPort, load, toJsonObject
 
Methods inherited from class net.barkerjr.gameserver.GameServer
addPlugin, equals, fireChangeEvent, fireLoadEvent, getBotCount, getDedicated, getGameDirectory, getIP, getMap, getMaximumPlayers, getName, getNumberOfPlayers, getPlayers, getPlugins, getPort, getRules, getUpdated, getVersion, handleError, hashCode, isPasswordRequired, load, replaceChild, toString, toXmlDocument
 
Methods inherited from class net.barkerjr.gameserver.Base
addListener, removeListener
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BattlefieldBadCompany2

public BattlefieldBadCompany2(InetSocketAddress address)
Deprecated. 
Sets up the basic server information and DOM

Parameters:
address - the address of the server. The port is usually the server port plus 29321.
Since:
2010-03-15