Uses of Class
sfs2x.client.requests.BaseRequest
-
Packages that use BaseRequest Package Description sfs2x.client.requests sfs2x.client.requests.buddylist sfs2x.client.requests.cluster sfs2x.client.requests.game sfs2x.client.requests.mmo -
-
Uses of BaseRequest in sfs2x.client.requests
Subclasses of BaseRequest in sfs2x.client.requests Modifier and Type Class Description classAdminMessageRequestSends an administrator message to a specific user or a group of users.classBanUserRequestBanishes a user from the server.classChangeRoomCapacityRequestChanges the maximum number of users and/or spectators who can join a Room.classChangeRoomNameRequestChanges the name of a Room.classChangeRoomPasswordStateRequestChanges the password of a Room.classCreateRoomRequestCreates a new Room in the current Zone.classExtensionRequestSends a command to the server-side Extension attached to the Zone or to a Room.classFindRoomsRequestRetrieves a list of Rooms from the server which match the specified criteria.classFindUsersRequestRetrieves a list of users from the server which match the specified criteria.classsfs2x.client.requests.GenericMessageRequestclassJoinRoomRequestJoins the current user in a Room.classKickUserRequestKicks a user out of the server.classLeaveRoomRequestLeaves one of the Rooms joined by the current user.classLoginRequestLogs the current user in one of the server Zones.classLogoutRequestLogs the user out of the current server Zone.classModeratorMessageRequestSends a moderator message to a specific user or a group of users.classObjectMessageRequestSends an object containing custom data to all users in a Room, or a subset of them.classPlayerToSpectatorRequestTurns the current user from player to spectator in a Game Room.classPrivateMessageRequestSends a private chat message.classPublicMessageRequestSends a public chat message.classSetRoomVariablesRequestSets one or more custom Room Variables in a Room.classSetUserVariablesRequestSets one or more custom User Variables for the current user.classSpectatorToPlayerRequestTurns the current user from spectator to player in a Game Room.classSubscribeRoomGroupRequestSubscribes the current user to Room-related events occurring in the specified Group.classUnsubscribeRoomGroupRequestUnsubscribes the current user to Room-related events occurring in the specified Group. -
Uses of BaseRequest in sfs2x.client.requests.buddylist
Subclasses of BaseRequest in sfs2x.client.requests.buddylist Modifier and Type Class Description classAddBuddyRequestAdds a new buddy to the current user's buddies list.classBlockBuddyRequestBlocks or unblocks a buddy in the current user's buddies list.classBuddyMessageRequestSends a message to a buddy in the current user's buddies list.classGoOnlineRequestToggles the current user's online/offline state as buddy in other users' buddies lists.classInitBuddyListRequestInitializes the Buddy List system on the current client.classRemoveBuddyRequestRemoves a buddy from the current user's buddies list.classSetBuddyVariablesRequestSets one or more Buddy Variables for the current user. -
Uses of BaseRequest in sfs2x.client.requests.cluster
Subclasses of BaseRequest in sfs2x.client.requests.cluster Modifier and Type Class Description classClusterInviteUsersRequestclassClusterJoinOrCreateRequestCreates a new ClusterJoinOrCreateRequest instance. -
Uses of BaseRequest in sfs2x.client.requests.game
Subclasses of BaseRequest in sfs2x.client.requests.game Modifier and Type Class Description classCreateSFSGameRequestCreates a new public or private game, including player matching criteria, invitations settings and more.classInvitationReplyRequestReplies to an invitation received by the current user.classInviteUsersRequestSends a generic invitation to a list of users.classJoinRoomInvitationRequestclassQuickGameJoinRequestQuickly joins the current user in a public game. -
Uses of BaseRequest in sfs2x.client.requests.mmo
Subclasses of BaseRequest in sfs2x.client.requests.mmo Modifier and Type Class Description classSetUserPositionRequestUpdates the User position inside an MMORoom.
-