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