Class FindUsersRequest

java.lang.Object
sfs3.client.requests.BaseRequest
sfs3.client.requests.FindUsersRequest
All Implemented Interfaces:
sfs3.client.requests.IClientRequest

public class FindUsersRequest extends BaseRequest
Retrieves a list of users from the server which match the specified criteria.

By providing a matching expression and a search scope (a Room, a Group or the entire Zone), SmartFoxServer can find those users matching the passed criteria and return them by means of the userFindResult event.

See Also: