net.barkerjr.gameserver.gamespy
Class UnrealTournamentServer

java.lang.Object
  extended by net.barkerjr.gameserver.Base
      extended by net.barkerjr.gameserver.GameServer
          extended by net.barkerjr.gameserver.UdpServer
              extended by net.barkerjr.gameserver.gamespy.GameSpyServer
                  extended by net.barkerjr.gameserver.unreal.UnrealEngine1Server
                      extended by net.barkerjr.gameserver.gamespy.UnrealTournamentServer
All Implemented Interfaces:
Closeable

Deprecated. since 2009-08-30, use UnrealEngine1Server

@Deprecated
public class UnrealTournamentServer
extends UnrealEngine1Server

Provides generic parsing and querying for Unreal Tournament servers

Since:
2007-11-18
Author:
BarkerJr
See Also:
Specification

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.gamespy.GameSpyServer
location
 
Fields inherited from class net.barkerjr.gameserver.UdpServer
servers
 
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
UnrealTournamentServer(InetSocketAddress address)
          Deprecated. Sets up the basic server information and DOM
 
Method Summary
static UnrealTournamentServer getInstance(InetSocketAddress address)
          Deprecated. Gets or creates an instance of the server at the given address.
 
Methods inherited from class net.barkerjr.gameserver.unreal.UnrealEngine1Server
getMapTitle, getMinimumNetworkVersion, storePair, toJsonObject
 
Methods inherited from class net.barkerjr.gameserver.gamespy.GameSpyServer
getLocation, getLocation, getPlayer, load, parseData
 
Methods inherited from class net.barkerjr.gameserver.UdpServer
close, sendData, sendData
 
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

UnrealTournamentServer

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

Parameters:
address - the address of the server
Since:
2007-11-18
Method Detail

getInstance

public static UnrealTournamentServer getInstance(InetSocketAddress address)
Deprecated. 
Gets or creates an instance of the server at the given address.

Parameters:
address - the address of the server
Returns:
the server
Since:
2007-11-18