Helius
2021-01-29 d01a2a601e11ce69c9cb3e7edb81af0be33f7675
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();
}