Uses of Class
com.smartfoxserver.v2.exceptions.SFSCreateRoomException
-
Packages that use SFSCreateRoomException Package Description com.smartfoxserver.v2.api com.smartfoxserver.v2.entities com.smartfoxserver.v2.exceptions -
-
Uses of SFSCreateRoomException in com.smartfoxserver.v2.api
Methods in com.smartfoxserver.v2.api that throw SFSCreateRoomException Modifier and Type Method Description Room
ISFSGameApi. createGame (Zone zone, CreateSFSGameSettings settings, User owner)
Create an SFSGame Room and automatically update the clients and fire a server eventRoom
ISFSGameApi. createGame (Zone zone, CreateSFSGameSettings settings, User owner, boolean fireClientEvent, boolean fireServerEvent)
Create an SFSGame Room.Room
SFSGameApi. createGame (Zone zone, CreateSFSGameSettings settings, User owner)
Create an SFSGame Room and automatically update the clients and fire a server eventRoom
SFSGameApi. createGame (Zone zone, CreateSFSGameSettings settings, User owner, boolean fireClientEvent, boolean fireServerEvent)
Create an SFSGame Room.Room
ISFSApi. createRoom (Zone zone, CreateRoomSettings settings, User owner)
Create a new RoomRoom
ISFSApi. createRoom (Zone zone, CreateRoomSettings settings, User owner, boolean joinIt, Room roomToLeave)
Create a new RoomRoom
ISFSApi. createRoom (Zone zone, CreateRoomSettings settings, User owner, boolean joinIt, Room roomToLeave, boolean fireClientEvent, boolean fireServerEvent)
Room
SFSApi. createRoom (Zone zone, CreateRoomSettings params, User owner)
Create a new RoomRoom
SFSApi. createRoom (Zone zone, CreateRoomSettings params, User owner, boolean joinIt, Room roomToLeave)
Create a new RoomRoom
SFSApi. createRoom (Zone zone, CreateRoomSettings params, User owner, boolean joinIt, Room roomToLeave, boolean fireClientEvent, boolean fireServerEvent)
void
ISFSApi. quickJoinOrCreateRoom (User user, MatchExpression expression, java.util.Collection<java.lang.String> groupList, CreateRoomSettings settings)
Searches for a Room that matches the provided MatchExpression and joins the User in the first occurrence found.void
ISFSApi. quickJoinOrCreateRoom (User user, MatchExpression expression, java.util.Collection<java.lang.String> groupList, CreateRoomSettings settings, Room roomToLeave)
Searches for a Room that matches the provided MatchExpression and joins the User in the first occurrence found.void
SFSApi. quickJoinOrCreateRoom (User user, MatchExpression expression, java.util.Collection<java.lang.String> groupList, CreateRoomSettings settings)
Searches for a Room that matches the provided MatchExpression and joins the User in the first occurrence found.void
SFSApi. quickJoinOrCreateRoom (User user, MatchExpression expression, java.util.Collection<java.lang.String> groupList, CreateRoomSettings settings, Room roomToLeave)
Searches for a Room that matches the provided MatchExpression and joins the User in the first occurrence found. -
Uses of SFSCreateRoomException in com.smartfoxserver.v2.entities
Methods in com.smartfoxserver.v2.entities that throw SFSCreateRoomException Modifier and Type Method Description Room
SFSZone. createRoom (CreateRoomSettings params)
Use theSFSApi.createRoom(Zone, CreateRoomSettings, User)
method insteadRoom
SFSZone. createRoom (CreateRoomSettings params, User user)
Use theSFSApi.createRoom(Zone, CreateRoomSettings, User)
method insteadRoom
Zone. createRoom (CreateRoomSettings params)
Room
Zone. createRoom (CreateRoomSettings params, User user)
-
Uses of SFSCreateRoomException in com.smartfoxserver.v2.exceptions
Subclasses of SFSCreateRoomException in com.smartfoxserver.v2.exceptions Modifier and Type Class Description class
SFSCreateGameException
-