Crossfire JXClient, Trunk  R20561
Package com.realtime.crossfire.jxclient.server.crossfire

Classes

class  AbstractCrossfireServerConnection
 Abstract base class for CrossfireServerConnection implementing classes. More...
 
class  AccountPlayerBuilder
 Builder for CharacterInformation instances while parsing an "accountplayers" packet. More...
 
class  ClassRaceInfoBuilder
 Builder for ClassRaceInfo instances while parsing an "replyinfo race_info" packet. More...
 
interface  CrossfireAccountListener
 Interface for listeners interested in account information related messages received from the Crossfire server. More...
 
interface  CrossfireComcListener
 Interface for listeners interested in comc commands received from the server. More...
 
interface  CrossfireDrawextinfoListener
 Interface for listeners interested in drawextinfo messages received from the Crossfire server. More...
 
interface  CrossfireDrawinfoListener
 Interface for listeners interested in drawinfo messages received from the Crossfire server. More...
 
interface  CrossfireFailureListener
 Interface for listeners interested in the "failure" messages received from the Crossfire server. More...
 
interface  CrossfireMagicmapListener
 Interface for listeners interested in magicmap messages received from the Crossfire server. More...
 
interface  CrossfireMusicListener
 Interface for listeners interested in "music" commands. More...
 
interface  CrossfirePickupListener
 Interface for listeners interested in "pickup" messages. More...
 
interface  CrossfireQueryListener
 Interface for listeners interested in query messages received from the Crossfire server. More...
 
interface  CrossfireServerConnection
 Adds encoding/decoding of crossfire protocol packets to a ServerConnection. More...
 
interface  CrossfireSoundListener
 Interface for listeners interested in "sound" commands. More...
 
interface  CrossfireTickListener
 Interface for listeners interested in "tick" commands. More...
 
interface  CrossfireUpdateItemListener
 Interface for listeners interested in item related commands. More...
 
interface  CrossfireUpdateMapListener
 Interface for listeners interested in map related commands. More...
 
class  DefaultCrossfireServerConnection
 Default implementation of CrossfireServerConnection. More...
 
class  DefaultCrossfireServerConnectionTest
 Regression tests for DefaultCrossfireServerConnection. More...
 
class  Model
 Combines all model classes that are updated. More...
 
class  NewCharInfoBuilder
 Builder for NewCharInfo instances while parsing a "replyinfo newcharinfo" response packet. More...
 
class  NumLookObjects
 Negotiates the size of the ground view in items with the Crossfire server. More...
 
interface  SentReplyListener
 Listener for classes interested in sent "reply" commands. More...
 
class  StartingMapBuilder
 Builder for StartingMap instances while parsing a "replyinfo startingmap" response packet. More...
 
class  TestCrossfireServerConnection
 Implements CrossfireServerConnection for regression tests. More...