Class FindRoomsRequest

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

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

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

See Also: