Class KickUserRequest

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

public class KickUserRequest extends BaseRequest
Kicks a user out of the server.

The current user must have administration or moderation privileges in order to be able to kick another user (see the User.privilegeId property). The request allows sending a message to the kicked user (to make clear the reason of the following disconnection) which is delivered by means of the moderatorMessage event.

Differently from the user being banned (see the BanUserRequest request), a kicked user will be able to reconnect to the SmartFoxServer instance immediately.

See Also: