mirror of
https://gitee.com/xchao/j-im.git
synced 2024-12-02 20:08:23 +08:00
增加server端关闭服务close方法
This commit is contained in:
parent
f944c5da33
commit
ff70734baa
@ -55,4 +55,8 @@ public class ImServerStarter {
|
||||
public void start() throws IOException {
|
||||
aioServer.start(this.imConfig.getBindIp(),this.imConfig.getBindPort());
|
||||
}
|
||||
|
||||
public void stop(){
|
||||
aioServer.stop();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user