#
lsh
2024-02-16 20f7c4c2526d9ec1ef0c45c1aaa39b3a5254b645
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}