Class LogoutRequest

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

public class LogoutRequest extends BaseRequest
Logs the user out of the current server Zone.

The user is notified of the logout operation by means of the logout event. This doesn't shut down the connection, so the user will be able to login again in the same Zone or in a different one right after the confirmation event.

See Also: