Modifier and Type | Method and Description |
---|---|
FilterAction |
ReadOnlyUserVariablesFilter.handleClientRequest(User sender,
ISFSObject params) |
FilterAction |
ISystemFilter.handleClientRequest(User sender,
ISFSObject params)
Handles a client request
|
Modifier and Type | Method and Description |
---|---|
void |
Zone.validateUserName(java.lang.String name) |
void |
SFSZone.validateUserName(java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
class |
SFSAdminException |
class |
SFSBuddyListException |
class |
SFSBuddyListNotFoundException |
class |
SFSCodecException |
class |
SFSCreateGameException |
class |
SFSCreateRoomException |
class |
SFSExtensionException |
class |
SFSFloodingException |
class |
SFSInvitationException |
class |
SFSJoinRoomException |
class |
SFSLoginException |
class |
SFSQuickJoinGameException |
class |
SFSRoomException |
class |
SFSTooManyRoomsException |
class |
SFSUserException |
class |
SFSVariableException |
Modifier and Type | Method and Description |
---|---|
void |
ISFSExtension.handleClientRequest(java.lang.String cmdName,
User sender,
ISFSObject params)
This method is called whenever a client sends a request to this Extension
|
void |
IServerEventHandler.handleServerEvent(ISFSEvent event)
Handle a server side event
|
Modifier and Type | Method and Description |
---|---|
FilterAction |
IFilter.handleClientRequest(java.lang.String requestId,
User sender,
ISFSObject params)
Handles a client request
|
FilterAction |
IFilter.handleServerEvent(ISFSEvent event)
Handles a server side event
|
FilterAction |
SFSExtensionFilterChain.runEventInChain(ISFSEvent event) |
FilterAction |
IFilterChain.runEventInChain(ISFSEvent event) |