|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.mn.communicator.SessionState
public class SessionState
Created on 2004-11-28
| Field Summary | |
|---|---|
static SessionState |
AUTHENTICATION_AWAITING
This state is when Gadu-Gadu server replied and we are waiting for the user to log in. |
static SessionState |
CONNECTED
This state is when we have physically connected to Gadu-Gadu server. |
static SessionState |
CONNECTING
This state is when we are connecting to the Gadu-Gadu server. |
static SessionState |
CONNECTION_AWAITING
This state is when we are waiting for the client to start socket connection to Gadu-Gadu server. |
static SessionState |
CONNECTION_ERROR
This state is when there is an unexpected connection error |
static SessionState |
DISCONNECTED
This state is we are disconnected by Gadu-Gadu server or when we have deliberately disconnected from it. |
static SessionState |
DISCONNECTING
This state is when the Gadu-Gadu server is disconnecting us or when we are disconnecting. |
static SessionState |
LOGGED_IN
This state is when user has been successfuly authenticated. |
static SessionState |
LOGGED_OUT
This state is when there was an connection error and session is no longer valid |
| Method Summary | |
|---|---|
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final SessionState CONNECTION_AWAITING
public static final SessionState CONNECTING
public static final SessionState CONNECTED
public static final SessionState CONNECTION_ERROR
public static final SessionState AUTHENTICATION_AWAITING
public static final SessionState LOGGED_IN
public static final SessionState DISCONNECTING
public static final SessionState DISCONNECTED
public static final SessionState LOGGED_OUT
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||