org.voovan.http.server.HttpModuleLifeCycle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of voovan-web Show documentation
Show all versions of voovan-web Show documentation
Voovan is a java framwork and it not depends on any third-party framework.
package org.voovan.http.server;
/**
* 模块初始化类
*
* @author: helyho
* Project: Framework
* Create: 2017/10/12 12:02
*/
public interface HttpModuleLifeCycle {
public void init(HttpModule httpModule);
public void destory(HttpModule httpModule);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy