#
LSH
2023-07-13 2784037648e8f7454f7c822c62045d4a75295165
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}