|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cafesoft.core.message.ConnectionEventType
A typesafe constant object that represents various Connection events
| Field Summary | |
static ConnectionEventType |
CONNECTION_ACCESS_FAILURE
The Connection Access Check Failed Event Type |
static ConnectionEventType |
CONNECTION_ACCESS_SUCCESS
The Connection Access Check Succeeded Event Type |
static ConnectionEventType |
CONNECTION_AUTH_FAILURE
The Connection Authentication Failed Event Type |
static ConnectionEventType |
CONNECTION_AUTH_SUCCESS
The Connection Authentication Succeeded Event Type |
static ConnectionEventType |
CONNECTION_KILL_PACKET_RECV
The Kill Packet Received From Remote Connection Event Type |
static ConnectionEventType |
CONNECTION_KILL_PACKET_SENT
The Kill Packet Sent To Remote Connection Event Type |
static ConnectionEventType |
CONNECTION_READY
The Connection Ready Event Type |
static ConnectionEventType |
CONNECTION_STARTED_PACKET_RECV
The Connection Started Packet Received Event |
static ConnectionEventType |
CONNECTION_STOPPED
The Connection Stopped Event Type |
static ConnectionEventType |
CONNECTION_THREADS_STARTED
The Connection Threads Started Event |
| Method Summary | |
String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ConnectionEventType CONNECTION_STOPPED
public static final ConnectionEventType CONNECTION_READY
public static final ConnectionEventType CONNECTION_AUTH_SUCCESS
public static final ConnectionEventType CONNECTION_AUTH_FAILURE
public static final ConnectionEventType CONNECTION_KILL_PACKET_SENT
public static final ConnectionEventType CONNECTION_KILL_PACKET_RECV
public static final ConnectionEventType CONNECTION_ACCESS_SUCCESS
public static final ConnectionEventType CONNECTION_ACCESS_FAILURE
public static final ConnectionEventType CONNECTION_THREADS_STARTED
public static final ConnectionEventType CONNECTION_STARTED_PACKET_RECV
| Method Detail |
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||