Crossfire JXClient, Trunk
Public Attributes | List of all members
com.realtime.crossfire.jxclient.guistate.ClientSocketState Enum Reference
Collaboration diagram for com.realtime.crossfire.jxclient.guistate.ClientSocketState:
Collaboration graph

Public Attributes

 ACCOUNT_INFO
 
 ADDME
 
 CONNECT_FAILED
 
 CONNECTED
 
 CONNECTING
 
 REQUESTINFO
 
 SETUP
 
 VERSION
 

Detailed Description

Connection progress states of the Crossfire server connection. The state transitions in the declared order.

Author
Andreas Kirschbaum

Definition at line 30 of file ClientSocketState.java.

Member Data Documentation

◆ ACCOUNT_INFO

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

◆ ADDME

com.realtime.crossfire.jxclient.guistate.ClientSocketState.ADDME

◆ CONNECT_FAILED

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

A connection could not be established.

Definition at line 70 of file ClientSocketState.java.

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

◆ CONNECTED

com.realtime.crossfire.jxclient.guistate.ClientSocketState.CONNECTED

◆ CONNECTING

com.realtime.crossfire.jxclient.guistate.ClientSocketState.CONNECTING

◆ REQUESTINFO

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

◆ SETUP

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

◆ VERSION

com.realtime.crossfire.jxclient.guistate.ClientSocketState.VERSION

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