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

org.hertsstack.http.HertsHttpEngine Maven / Gradle / Ivy

There is a newer version: 1.1.4
Show newest version
package org.hertsstack.http;

/**
 * Herts http engine
 *
 * @author Herts Contributer
 */
public interface HertsHttpEngine {

    /**
     * Start server
     */
    void start();

    /**
     * Stop server
     *
     * @throws Exception If fail shutdown
     */
    void stop() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy