Uses of Interface
com.smartfoxserver.v2.controllers.filter.ISystemFilterChain
-
Packages that use ISystemFilterChain Package Description com.smartfoxserver.v2.controllers.filter com.smartfoxserver.v2.entities -
-
Uses of ISystemFilterChain in com.smartfoxserver.v2.controllers.filter
Classes in com.smartfoxserver.v2.controllers.filter that implement ISystemFilterChain Modifier and Type Class Description classSysControllerFilterChainThe SystemFilterChain can contain one or several SystemController Filter instances that can be applied before a client request is executed by the SystemController. -
Uses of ISystemFilterChain in com.smartfoxserver.v2.entities
Methods in com.smartfoxserver.v2.entities that return ISystemFilterChain Modifier and Type Method Description ISystemFilterChainSFSZone. getFilterChain(SystemRequest requestId)Obtain a reference to the Zone's SystemFilterChain.ISystemFilterChainZone. getFilterChain(SystemRequest requestId)Obtain a reference to the Zone's SystemFilterChain.Methods in com.smartfoxserver.v2.entities with parameters of type ISystemFilterChain Modifier and Type Method Description voidSFSZone. setFilterChain(SystemRequest requestId, ISystemFilterChain chain)Set a SystemFilterChain for a specific SystemController's Request.voidZone. setFilterChain(SystemRequest requestId, ISystemFilterChain chain)Set a SystemFilterChain for a specific SystemController's Request.
-