Class SlotRequestModule

  • All Implemented Interfaces:
    tigase.component.modules.Module

    @Bean(name="slotRequestModule",
          parent=FileUploadComponent.class,
          active=true)
    public class SlotRequestModule
    extends java.lang.Object
    implements tigase.component.modules.Module
    Created by andrzej on 06.08.2016.
    • Field Summary

      • Fields inherited from interface tigase.component.modules.Module

        EMPTY_FEATURES
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getFeatures()  
      tigase.criteria.Criteria getModuleCriteria()  
      void process​(tigase.server.Packet packet)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface tigase.component.modules.Module

        canHandle
    • Constructor Detail

      • SlotRequestModule

        public SlotRequestModule()
    • Method Detail

      • getFeatures

        public java.lang.String[] getFeatures()
        Specified by:
        getFeatures in interface tigase.component.modules.Module
      • getModuleCriteria

        public tigase.criteria.Criteria getModuleCriteria()
        Specified by:
        getModuleCriteria in interface tigase.component.modules.Module
      • process

        public void process​(tigase.server.Packet packet)
                     throws tigase.component.exceptions.ComponentException,
                            tigase.util.stringprep.TigaseStringprepException
        Specified by:
        process in interface tigase.component.modules.Module
        Throws:
        tigase.component.exceptions.ComponentException
        tigase.util.stringprep.TigaseStringprepException