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