Class SFSExtensionFilterChain

java.lang.Object
com.smartfoxserver.extensions.filter.SFSExtensionFilterChain
All Implemented Interfaces:
IFilterChain

public class SFSExtensionFilterChain extends Object implements IFilterChain
The Filter Chain allows the developer to configure a number of Filters that will run prior to executing a Client request or dispatching a Server side event.

By using the addFilter method you can add filters to the Extension. Filters will be executed in the same order in which they were added to the Filter Chain

  • Constructor Details

    • SFSExtensionFilterChain

      public SFSExtensionFilterChain(SFSExtension parentExtension)
  • Method Details