| Package | Description |
|---|---|
| com.smartfoxserver.v2.components.signup | |
| com.smartfoxserver.v2.extensions |
| Modifier and Type | Class and Description |
|---|---|
class |
SignUpAssistantComponent
Overview
The SignUpAssistant Component is a helper class that assist developers in creating a full-fledged database-driven
sign up process without the hassle of writing all the server and database code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseClientRequestHandler
Using the new SFSExtension base class allows extension developers to register separate request handlers for each possible client request.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SFSExtension.addRequestHandler(java.lang.String requestId,
IClientRequestHandler requestHandler) |