#
LSH
2023-12-22 7381c3f093f3b98d169f5f75b05bb8f01a9e799a
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}