zhangchao
2024-08-28 d8cc1b75c7590ea3a7e65f61c0f07b131fef0ca0
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}