Package tigase.http.upload
Class SlotRequestModule
java.lang.Object
tigase.http.upload.SlotRequestModule
- All Implemented Interfaces:
tigase.component.modules.Module
@Bean(name="slotRequestModule",
parent=FileUploadComponent.class,
active=true)
public class SlotRequestModule
extends 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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tigase.component.modules.Module
canHandle
-
Constructor Details
-
SlotRequestModule
public SlotRequestModule()
-
-
Method Details
-
getFeatures
- Specified by:
getFeaturesin interfacetigase.component.modules.Module
-
getModuleCriteria
public tigase.criteria.Criteria getModuleCriteria()- Specified by:
getModuleCriteriain interfacetigase.component.modules.Module
-
process
public void process(tigase.server.Packet packet) throws tigase.component.exceptions.ComponentException, tigase.util.stringprep.TigaseStringprepException - Specified by:
processin interfacetigase.component.modules.Module- Throws:
tigase.component.exceptions.ComponentExceptiontigase.util.stringprep.TigaseStringprepException
-