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 class
AdminMessageRequest
Sends an administrator message to a specific user or a group of users.class
BanUserRequest
Banishes a user from the server.class
ChangeRoomCapacityRequest
Changes the maximum number of users and/or spectators who can join a Room.class
ChangeRoomNameRequest
Changes the name of a Room.class
ChangeRoomPasswordStateRequest
Changes the password of a Room.class
CreateRoomRequest
Creates a new Room in the current Zone.class
ExtensionRequest
Sends a command to the server-side Extension attached to the Zone or to a Room.class
FindRoomsRequest
Retrieves a list of Rooms from the server which match the specified criteria.class
FindUsersRequest
Retrieves a list of users from the server which match the specified criteria.class
sfs2x.client.requests.GenericMessageRequest
class
JoinRoomRequest
Joins the current user in a Room.class
KickUserRequest
Kicks a user out of the server.class
LeaveRoomRequest
Leaves one of the Rooms joined by the current user.class
LoginRequest
Logs the current user in one of the server Zones.class
LogoutRequest
Logs the user out of the current server Zone.class
ModeratorMessageRequest
Sends a moderator message to a specific user or a group of users.class
ObjectMessageRequest
Sends an object containing custom data to all users in a Room, or a subset of them.class
PlayerToSpectatorRequest
Turns the current user from player to spectator in a Game Room.class
PrivateMessageRequest
Sends a private chat message.class
PublicMessageRequest
Sends a public chat message.class
SetRoomVariablesRequest
Sets one or more custom Room Variables in a Room.class
SetUserVariablesRequest
Sets one or more custom User Variables for the current user.class
SpectatorToPlayerRequest
Turns the current user from spectator to player in a Game Room.class
SubscribeRoomGroupRequest
Subscribes the current user to Room-related events occurring in the specified Group.class
UnsubscribeRoomGroupRequest
Unsubscribes 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 class
AddBuddyRequest
Adds a new buddy to the current user's buddies list.class
BlockBuddyRequest
Blocks or unblocks a buddy in the current user's buddies list.class
BuddyMessageRequest
Sends a message to a buddy in the current user's buddies list.class
GoOnlineRequest
Toggles the current user's online/offline state as buddy in other users' buddies lists.class
InitBuddyListRequest
Initializes the Buddy List system on the current client.class
RemoveBuddyRequest
Removes a buddy from the current user's buddies list.class
SetBuddyVariablesRequest
Sets 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 class
ClusterInviteUsersRequest
class
ClusterJoinOrCreateRequest
Creates 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 class
CreateSFSGameRequest
Creates a new public or private game, including player matching criteria, invitations settings and more.class
InvitationReplyRequest
Replies to an invitation received by the current user.class
InviteUsersRequest
Sends a generic invitation to a list of users.class
JoinRoomInvitationRequest
class
QuickGameJoinRequest
Quickly 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 class
SetUserPositionRequest
Updates the User position inside an MMORoom.
-