| Package | Description |
|---|---|
| com.smartfoxserver.v2.components.login | |
| com.smartfoxserver.v2.entities | |
| com.smartfoxserver.v2.extensions |
| Constructor and Description |
|---|
LoginAssistantComponent(ISFSExtension ext) |
| Modifier and Type | Method and Description |
|---|---|
ISFSExtension |
Zone.getExtension()
INTERNAL
|
ISFSExtension |
SFSZone.getExtension()
INTERNAL
|
ISFSExtension |
SFSRoom.getExtension()
Get the extension connected to this Room, if any
|
ISFSExtension |
Room.getExtension()
Get the extension connected to this Room, if any
|
| Modifier and Type | Method and Description |
|---|---|
void |
Zone.setExtension(ISFSExtension extension)
INTERNAL
|
void |
SFSZone.setExtension(ISFSExtension extension) |
void |
SFSRoom.setExtension(ISFSExtension extension) |
void |
Room.setExtension(ISFSExtension extension) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseSFSExtension
Overview
The BaseSFSExtension provides the basic four methods already known in SmartFoxServer 1.x: init(), destroy(), handleClientRequest(), handleServerEvent().
|
class |
SFSExtension
The SFSExtension class provides an invocation mechanism that promotes clear separation between
the main extension class and each request and event handlers.
|