Package | Description |
---|---|
com.smartfoxserver.v2.controllers.filter | |
com.smartfoxserver.v2.entities |
Modifier and Type | Class and Description |
---|---|
class |
SysControllerFilterChain
The SystemFilterChain can contain one or several SystemController Filter instances that can be applied before
a client request is executed by the SystemController.
|
Modifier and Type | Method and Description |
---|---|
ISystemFilterChain |
Zone.getFilterChain(SystemRequest requestId)
Obtain a reference to the Zone's SystemFilterChain.
|
ISystemFilterChain |
SFSZone.getFilterChain(SystemRequest requestId)
Obtain a reference to the Zone's SystemFilterChain.
|
Modifier and Type | Method and Description |
---|---|
void |
Zone.setFilterChain(SystemRequest requestId,
ISystemFilterChain chain)
Set a SystemFilterChain for a specific SystemController's Request.
|
void |
SFSZone.setFilterChain(SystemRequest requestId,
ISystemFilterChain chain)
Set a SystemFilterChain for a specific SystemController's Request.
|