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