Helius
2021-04-14 03ae1e434c4f838d1f4290a945a5898a43b7a1c8
1
2
3
4
5
6
7
8
9
10
11
package com.xcong.excoin.netty;
 
/**
 * @author wzy
 * @date 2019-05-06
 */
public interface ChatServer {
    void start() throws  Exception;
 
    void shutdown();
}