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

com.lorne.sds.server.service.NettyServerService Maven / Gradle / Ivy

There is a newer version: 1.2.5
Show newest version
package com.lorne.sds.server.service;

/**
 * Created by yuliang on 2017/4/12.
 */

public interface NettyServerService {


    void start();

    void close();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy