org.voovan.http.server.WebServerLifeCycle 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;
/**
* WebServer初始化类
*
* @author: helyho
* Framework Framework.
* WebSite: https://github.com/helyho/Framework
* Licence: Apache v2 License
*/
public interface WebServerLifeCycle {
public void init(WebServer webServer);
public void destory(WebServer webServer);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy