Uses of Class
com.smartfoxserver.v2.extensions.filter.FilterAction
-
Packages that use FilterAction Package Description com.smartfoxserver.v2.controllers.filter com.smartfoxserver.v2.extensions.filter -
-
Uses of FilterAction in com.smartfoxserver.v2.controllers.filter
Methods in com.smartfoxserver.v2.controllers.filter that return FilterAction Modifier and Type Method Description FilterActionISystemFilter. handleClientRequest(User sender, ISFSObject params)Handles a client requestFilterActionReadOnlyUserVariablesFilter. handleClientRequest(User sender, ISFSObject params)FilterActionISystemFilterChain. runRequest(User sender, ISFSObject params)FilterActionSysControllerFilterChain. runRequest(User sender, ISFSObject params) -
Uses of FilterAction in com.smartfoxserver.v2.extensions.filter
Methods in com.smartfoxserver.v2.extensions.filter that return FilterAction Modifier and Type Method Description FilterActionIFilter. handleClientRequest(java.lang.String requestId, User sender, ISFSObject params)Handles a client requestFilterActionIFilter. handleServerEvent(ISFSEvent event)Handles a server side eventFilterActionIFilterChain. runEventInChain(ISFSEvent event)FilterActionSFSExtensionFilterChain. runEventInChain(ISFSEvent event)FilterActionIFilterChain. runRequestInChain(java.lang.String requestId, User sender, ISFSObject params)FilterActionSFSExtensionFilterChain. runRequestInChain(java.lang.String requestId, User sender, ISFSObject params)static FilterActionFilterAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FilterAction[]FilterAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-