public class ConnectionEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONNECTION_CONNECTED |
static int |
CONNECTION_CONNECTING |
static int |
CONNECTION_GOOD |
static java.lang.String[] |
CONNECTION_HR |
static int |
CONNECTION_INVALID |
static int |
CONNECTION_LOGGED_IN |
static int |
CONNECTION_LOST |
static int |
CONNECTION_ROLLING_OVER |
static int |
CONNECTION_SLOW |
static int |
CONNECTION_WAIT |
Constructor and Description |
---|
ConnectionEvent(java.lang.String _connHash,
java.lang.String _serverURL,
int _eventId,
EventMessage _reason) |
Modifier and Type | Method and Description |
---|---|
boolean |
connectionProbablyUsable() |
java.lang.String |
getConnHash() |
EventMessage |
getReason() |
java.lang.String |
getServerURL() |
boolean |
isConnectionEstablished() |
boolean |
isLoss() |
boolean |
isRollingOver() |
boolean |
isType(int event)
Allow to compare this events type to a specific event.
|
void |
setConnHash(java.lang.String $1) |
void |
setReason(EventMessage $3) |
void |
setServerURL(java.lang.String $2) |
java.lang.String |
toString() |
public static final int CONNECTION_INVALID
public static final int CONNECTION_LOST
public static final int CONNECTION_WAIT
public static final int CONNECTION_SLOW
public static final int CONNECTION_GOOD
public static final int CONNECTION_CONNECTED
public static final int CONNECTION_LOGGED_IN
public static final int CONNECTION_CONNECTING
public static final int CONNECTION_ROLLING_OVER
public static final java.lang.String[] CONNECTION_HR
public ConnectionEvent(java.lang.String _connHash, java.lang.String _serverURL, int _eventId, EventMessage _reason)
public boolean connectionProbablyUsable()
public boolean isLoss()
public boolean isConnectionEstablished()
public boolean isRollingOver()
public boolean isType(int event)
CONNECTION_CONNECTED
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getConnHash()
public void setConnHash(java.lang.String $1)
public java.lang.String getServerURL()
public void setServerURL(java.lang.String $2)
public EventMessage getReason()
public void setReason(EventMessage $3)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.