Crossfire JXClient, Trunk  R20561
com.realtime.crossfire.jxclient.guistate.ClientSocketState Enum Reference

Connection progress states of the Crossfire server connection. More...

+ Collaboration diagram for com.realtime.crossfire.jxclient.guistate.ClientSocketState:

Public Attributes

 ACCOUNT_INFO
 The client is connected, and account information is being exchanged. More...
 
 ADDME
 "addme" protocol commands are being exchanged. More...
 
 CONNECT_FAILED
 A connection could not be established. More...
 
 CONNECTED
 Connection is fully established. More...
 
 CONNECTING
 The socket is being established. More...
 
 REQUESTINFO
 "requestinfo" protocol commands are being exchanged. More...
 
 SETUP
 "setup" protocol commands are being exchanged. More...
 
 VERSION
 "version" protocol commands are being exchanged. More...
 

Detailed Description

Connection progress states of the Crossfire server connection.

The state transitions in the declared order.

Author
Andreas Kirschbaum

Definition at line 29 of file ClientSocketState.java.

Member Data Documentation

◆ ACCOUNT_INFO

com.realtime.crossfire.jxclient.guistate.ClientSocketState.ACCOUNT_INFO

◆ ADDME

◆ CONNECT_FAILED

com.realtime.crossfire.jxclient.guistate.ClientSocketState.CONNECT_FAILED

A connection could not be established.

Definition at line 69 of file ClientSocketState.java.

Referenced by com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection.negotiateMapSize().

◆ CONNECTED

◆ CONNECTING

◆ REQUESTINFO

com.realtime.crossfire.jxclient.guistate.ClientSocketState.REQUESTINFO

◆ SETUP

com.realtime.crossfire.jxclient.guistate.ClientSocketState.SETUP

◆ VERSION


The documentation for this enum was generated from the following file: