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

com.blade.server.Server Maven / Gradle / Ivy

There is a newer version: 2.0.15.RELEASE
Show newest version
package com.blade.server;

import com.blade.Blade;

/**
 * Blade web server
 *
 * @author biezhi
 *         2017/6/6
 */
public interface Server {

    void start(Blade blade, String[] args) throws Exception;

    void join() throws Exception;

    void stop();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy