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

in.hocg.netty.server.netty.NettyServer Maven / Gradle / Ivy

There is a newer version: 1.0.63
Show newest version
package in.hocg.netty.server.netty;

/**
 * Created by hocgin on 2019/3/2.
 * email: [email protected]
 *
 * @author hocgin
 */
public interface NettyServer {
    /**
     * 启动
     */
    void start();

    /**
     * 摧毁
     */
    void destroy();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy