*
lsh
2024-12-23 52f62ab4b4f6bb096f76c52acc974a0d8e6f580a
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}