Uses of Class
com.smartfoxserver.v2.util.ClientDisconnectionReason
-
Packages that use ClientDisconnectionReason Package Description com.smartfoxserver.v2.util -
-
Uses of ClientDisconnectionReason in com.smartfoxserver.v2.util
Methods in com.smartfoxserver.v2.util that return ClientDisconnectionReason Modifier and Type Method Description static ClientDisconnectionReason
ClientDisconnectionReason. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ClientDisconnectionReason[]
ClientDisconnectionReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-