| Interface | Description |
|---|---|
| IClientRequestHandler | |
| IServerEventHandler | |
| ISFSExtension |
| Class | Description |
|---|---|
| BaseClientRequestHandler |
Using the new SFSExtension base class allows extension developers to register separate request handlers for each possible client request.
|
| BaseServerEventHandler | |
| BaseSFSExtension |
Overview
The BaseSFSExtension provides the basic four methods already known in SmartFoxServer 1.x: init(), destroy(), handleClientRequest(), handleServerEvent().
|
| SFSExtension |
The SFSExtension class provides an invocation mechanism that promotes clear separation between
the main extension class and each request and event handlers.
|
| Enum | Description |
|---|---|
| ExtensionLogLevel | |
| ExtensionReloadMode |