Uses of Class
sfs2x.client.entities.match.MatchExpression
-
Packages that use MatchExpression Package Description sfs2x.client.entities.match sfs2x.client.requests sfs2x.client.requests.cluster sfs2x.client.requests.game -
-
Uses of MatchExpression in sfs2x.client.entities.match
Methods in sfs2x.client.entities.match that return MatchExpression Modifier and Type Method Description MatchExpressionMatchExpression. and(java.lang.String varName, IMatcher condition, java.lang.Object value)Concatenates the current expression with a new one using the logical AND operator.MatchExpressionMatchExpression. getNext()Returns the next matching expression concatenated to the current one.MatchExpressionMatchExpression. or(java.lang.String varName, IMatcher condition, java.lang.Object value)Concatenates the current expression with a new one using the logical OR operator.MatchExpressionMatchExpression. rewind()Moves the iterator cursor to the first matching expression in the chain. -
Uses of MatchExpression in sfs2x.client.requests
Constructors in sfs2x.client.requests with parameters of type MatchExpression Constructor Description FindRoomsRequest(MatchExpression expr)FindRoomsRequest(MatchExpression expr, java.lang.String groupId)FindRoomsRequest(MatchExpression expr, java.lang.String groupId, short limit)Creates a new FindRoomsRequest instance.FindUsersRequest(MatchExpression matchExpr)FindUsersRequest(MatchExpression matchExpr, java.lang.Object target)FindUsersRequest(MatchExpression matchExpr, java.lang.Object target, short limit)Creates a new FindUsersRequest instance. -
Uses of MatchExpression in sfs2x.client.requests.cluster
Constructors in sfs2x.client.requests.cluster with parameters of type MatchExpression Constructor Description ClusterJoinOrCreateRequest(MatchExpression matchExpression)Creates a new ClusterJoinOrCreateRequest instance.ClusterJoinOrCreateRequest(MatchExpression matchExpression, java.util.List<java.lang.String> groupNames)Creates a new ClusterJoinOrCreateRequest instance.ClusterJoinOrCreateRequest(MatchExpression matchExpression, java.util.List<java.lang.String> groupNames, RoomSettings settings)Creates a new ClusterJoinOrCreateRequest instance. -
Uses of MatchExpression in sfs2x.client.requests.game
Methods in sfs2x.client.requests.game that return MatchExpression Modifier and Type Method Description MatchExpressionSFSGameSettings. getPlayerMatchExpression()Defines the game matching expression to be used to filters players.MatchExpressionSFSGameSettings. getSpectatorMatchExpression()Defines the game matching expression to be used to filters spectators.Methods in sfs2x.client.requests.game with parameters of type MatchExpression Modifier and Type Method Description voidSFSGameSettings. setPlayerMatchExpression(MatchExpression playerMatchExpression)voidSFSGameSettings. setSpectatorMatchExpression(MatchExpression spectatorMatchExpression)Constructors in sfs2x.client.requests.game with parameters of type MatchExpression Constructor Description QuickGameJoinRequest(MatchExpression matchExpression, java.util.List<?> whereToSearch)QuickGameJoinRequest(MatchExpression matchExpression, java.util.List<?> whereToSearch, Room roomToLeave)Creates a new QuickJoinGameRequest instance.
-