*
lsh
2025-06-06 f23352f53b2c06313ac9808c62399c7de0d44e3a
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}