All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.voovan.http.server.WebServerLifeCycle Maven / Gradle / Ivy

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