Package tigase.http.upload
Class HttpModule
java.lang.Object
tigase.http.AbstractHttpModule
tigase.http.upload.HttpModule
- All Implemented Interfaces:
tigase.kernel.beans.config.ConfigurationChangedAware,tigase.kernel.beans.Initializable,tigase.kernel.beans.RegistrarBean,tigase.kernel.beans.UnregisterAware
@Bean(name="httpModule",
parent=FileUploadComponent.class,
active=true)
public class HttpModule
extends AbstractHttpModule
implements tigase.kernel.beans.Initializable, tigase.kernel.beans.UnregisterAware
Created by andrzej on 08.08.2016.
-
Field Summary
Fields inherited from class tigase.http.AbstractHttpModule
contextPath, httpServer, uuid, vhosts -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tigase.http.AbstractHttpModule
beanConfigurationChanged, beforeUnregister, getKernel, initialize, register, unregisterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tigase.kernel.beans.Initializable
initializeMethods inherited from interface tigase.kernel.beans.UnregisterAware
beforeUnregister
-
Constructor Details
-
HttpModule
public HttpModule()
-
-
Method Details
-
start
public void start()- Specified by:
startin classAbstractHttpModule
-
stop
public void stop()- Specified by:
stopin classAbstractHttpModule
-