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