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